tor-browser

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

629908-1.html (195B)


      1 <body onload="die()">
      2  <script>
      3    function die() {
      4      document.body.offsetWidth;
      5      document.removeChild(document.documentElement);
      6      document.dir = "rtl";
      7    }
      8  </script>
      9 </body>