tor-browser

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

1636541.html (480B)


      1 <html>
      2 <head>
      3    <script>
      4      window.addEventListener('load', () => {
      5        document.documentElement.contentEditable = true
      6        document.execCommand('indent', false, null)
      7        const selection = document.getSelection()
      8        selection.collapse(document.documentElement, (3474956128 % document.documentElement.childNodes))
      9        document.execCommand('indent', false, null)
     10        document.execCommand('outdent', false, null)
     11      })
     12    </script>
     13 </head>
     14 </html>