tor-browser

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

1489287.html (490B)


      1 <html>
      2 <head>
      3  <script>
      4    function start() {
      5      o1 = document.createElement('u')
      6      o2 = document.createElement('li')
      7      o3 = document.createElement('style')
      8      o2.textContent = '\nr'
      9      o1.appendChild(o2)
     10      document.documentElement.appendChild(o1)
     11      o3.textContent = 'html { white-space: pre } :first-letter { float: left }'
     12      document.documentElement.appendChild(o3)
     13    }
     14    document.addEventListener('DOMContentLoaded', start)
     15  </script>
     16 </head>
     17 </html>