mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-04-20 14:16:49 +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>
|