tor-browser

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

1618906.html (488B)


      1 <html>
      2 <head>
      3    <script>
      4      window.addEventListener('load', () => {
      5        const range = new Range()
      6        const fragment = range.cloneContents()
      7        range.selectNodeContents(document)
      8        document.designMode = 'on'
      9        document.replaceChild(fragment, document.documentElement)
     10        const selection = window.getSelection()
     11        selection.addRange(range)
     12        document.execCommand('indent', false, null)
     13      })
     14    </script>
     15 </head>
     16 </html>
     17 <!-- COMMENT -->