tor-browser

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

429968-2b.html (293B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5 body { white-space:pre; color:black; }
      6 #inner::first-letter { color:lime; }
      7 </style>
      8 </head>
      9 <body><div id="inner"><span id="s">
     10 </span>AB</div></body>
     11 <script>
     12 document.body.offsetTop;
     13 document.getElementById("s").firstChild.data = "";
     14 </script>
     15 </html>