tor-browser

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

1520798-2.html (252B)


      1 <!DOCTYPE html>
      2 <head>
      3  <script>
      4    function go() {
      5      document.getElementById("tweakMe").style.overflowAnchor = "none";
      6    }
      7  </script>
      8 </head>
      9 <body onload="go()">
     10  <div style="position:fixed">
     11    <div id="tweakMe">Hi</div>
     12  </div>
     13 </body>