tor-browser

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

1420533.html (182B)


      1 <!doctype html>
      2 <style>
      3 #a { display: contents; }
      4 #a::before { content: "" }
      5 </style>
      6 <marquee>
      7 <div id="a"></div>
      8 </marquee>
      9 <script>
     10 document.body.offsetTop;
     11 a.remove();
     12 </script>