tor-browser

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

window-opener.html (84B)


      1 <script>
      2  localStorage.setItem("opener", window.opener)
      3  window.close()
      4 </script>