tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

noreferrer-window-name.html (190B)


      1 <script>
      2  addEventListener("storage", function(e) {
      3    if(e.newValue === "close") {
      4      close()
      5    }
      6  })
      7  localStorage.setItem("window" + location.hash.slice(1), "tralala")
      8 </script>