tor-browser

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

1230466.html (248B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4  <script>
      5    var b = document.createElement("body");
      6    b.style.overflow = "scroll";
      7    var h = document.documentElement;
      8    h.insertBefore(b, h.firstChild);
      9    b.offsetWidth;
     10    b.remove();
     11  </script>
     12 </html>