tor-browser

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

file_setname.html (127B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <script>
      5      window.name = location.search.substring(1);
      6    </script>
      7  </head>
      8 </html>