tor-browser

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

file_bug1685807.html (157B)


      1 <html>
      2 <head>
      3 </head>
      4 <body>
      5 <script>
      6  window.onload = () => {
      7    opener.location.href = "about:blank";
      8    window.close();
      9  };
     10 </script>
     11 </body>
     12 </html>