mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
8 lines
190 B
HTML
8 lines
190 B
HTML
<script>
|
|
addEventListener("storage", function(e) {
|
|
if(e.newValue === "close") {
|
|
close()
|
|
}
|
|
})
|
|
localStorage.setItem("window" + location.hash.slice(1), "tralala")
|
|
</script>
|