tor-browser

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

1384232.html (310B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <script>
      4 root = document.createElement("div")
      5 document.documentElement.appendChild(root)
      6 document.documentElement.appendChild(document.createElement("thead"))
      7 document.documentElement.getBoundingClientRect()
      8 root.appendChild(document.createElement("textarea"))
      9 </script>