tor-browser

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

468491-1.html (329B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5 body::first-letter { float: left; }
      6 </style>
      7 </head>
      8 <body style="width:0">
      9 mm mm mm mm mm mm mm mm mm mm mm mm mm mm mm
     10 <span id="a"></span>
     11 <script>
     12 document.body.offsetWidth;
     13 document.getElementById('a').setAttribute('style', 'display: block;');
     14 </script>
     15 </body>
     16 </html>