mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
5 lines
123 B
HTML
5 lines
123 B
HTML
|
|
<script>
|
||
|
|
var w = window.open("about:blank", "", "width=200,height=200,dialog");
|
||
|
|
w.close();
|
||
|
|
window.close();
|
||
|
|
</script>
|