tor-browser

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

bug1912358.html (351B)


      1 <!doctype html>
      2 <html>
      3  <meta charset="utf-8" />
      4  <meta name="viewport" content="width=device-width, initial-scale=1" />
      5  <style>
      6    body {
      7      margin: 0px;
      8      padding: 0px;
      9    }
     10    div {
     11      height: 2000vh;
     12    }
     13  </style>
     14  <div></div>
     15  <script>
     16    window.addEventListener("wheel", () => {}, { passive: false });
     17  </script>
     18 </html>