tor-browser

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

1389645.html (372B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <script>
      4 window.onload = () => {
      5  a = document.createElement("x")
      6  document.documentElement.appendChild(a)
      7  b = document.createElement("span")
      8  document.documentElement.appendChild(b)
      9  document.documentElement.getBoundingClientRect()
     10  a.appendChild(document.createElement('div'))
     11  b.innerText = "\uFDDE\r\u0301\n"
     12 }
     13 </script>