tor-browser

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

1624011.html (276B)


      1 <html>
      2 <head>
      3    <script>
      4      window.addEventListener('load', () => {
      5        document.designMode = 'on'
      6        const selection = document.getSelection()
      7        selection.empty()
      8        document.queryCommandIndeterm('justifyFull')
      9      })
     10    </script>
     11 </head>
     12 </html>