mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-28 23:41:08 +00:00
9 lines
190 B
HTML
9 lines
190 B
HTML
<script>
|
|
addEventListener("storage", function(e) {
|
|
if(e.newValue === "close") {
|
|
close()
|
|
}
|
|
})
|
|
localStorage.setItem("window" + location.hash.slice(1), "tralala")
|
|
</script>
|