tor-browser

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

open.html (212B)


      1 <html>
      2 <body>
      3 <script>
      4 var target = window.location.hash.substring(1);
      5 document.write("target=" + target);
      6 window.open("navigation_target_popup_url.html", target, "width=10,height=10");
      7 </script>
      8 </body>
      9 </html>