tor-browser

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

398733-1.html (520B)


      1 <html><head>
      2 <script>
      3 function doe2(i) {
      4 var x=document.getElementsByTagName('*');
      5 document.body.setAttribute('style', 'display: inline; position: relative;');
      6 document.body.offsetHeight;
      7 document.getElementById('a').setAttribute('style', '');
      8 document.getElementById('b').setAttribute('style', 'position: absolute;');
      9 }
     10 setTimeout(doe2,100);
     11 </script>
     12 </head>
     13 
     14 <body>
     15 <span id="b"></span>&#1593;
     16 <span id="a" style="position: absolute;">&#1593;
     17 <span style="position: absolute;"></span>
     18 </span>
     19 </body>
     20 </html>