tor-browser

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

926728.html (307B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <span id="x" style="position: sticky; bottom: 75px;">
      5      <div></div>
      6    </span>
      7    <script>
      8      document.addEventListener("MozReftestInvalidate", function() {
      9        document.getElementById('x').style.bottom = '-3000px';
     10      });
     11    </script>
     12  </body>
     13 </html>