tor-browser

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

1399546.html (458B)


      1 <!doctype html>
      2 <script>
      3 var d = document
      4 var de = d.documentElement
      5 de.appendChild(d.createElement("x"))
      6 de.appendChild(d.createElement("x"))
      7 de.appendChild(d.createElement("x"))
      8 de.appendChild(d.createElement("body"))
      9 
     10 // Should be enough of them in order for styling to be paralelizable.
     11 for (var i = 0; i < 100; ++i)
     12  de.appendChild(d.createElement("x"))
     13 
     14 var t = d.createElement("x")
     15 de.appendChild(t)
     16 t.appendChild(d.createElement("table"))
     17 </script>