tor-browser

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

close.html (104B)


      1 <!DOCTYPE html>
      2 <title>This window will close when it loads</title>
      3 <script>
      4  window.close();
      5 </script>