tor-browser

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

no-root.html (136B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4 <script type="text/javascript">
      5 document.removeChild(document.documentElement);
      6 </script>
      7 </body>
      8 </html>