tor-browser

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

frame.html (149B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4 <script>
      5  if (location.search == "?setdomain") {
      6    document.domain = document.domain;
      7  }
      8 </script>
      9 </head>
     10 </html>