tor-browser

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

836990-1.html (317B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4 <div style="overflow: auto; transform:translate(100px,0);">
      5  <div style="position: relative;"><div id="x" style="position:fixed; display:none"></div></div>
      6 </div>
      7 <script>
      8 document.body.getBoundingClientRect();
      9 document.getElementById('x').style.display = '';
     10 </script>
     11 </body>
     12 </html>