mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 17:28:38 +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>
|