tor-browser

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

660416.html (309B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8  document.documentElement.offsetHeight;
      9  var n = document.getElementById("a").firstChild;
     10  n.data = "";
     11  n.data = "z";
     12 }
     13 
     14 </script>
     15 </head>
     16 <body onload="boom();" style="column-count: 3;"><span id="a">x&#x202E;</span><span>y</span></body>
     17 </html>