tor-browser

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

1623913.html (886B)


      1 <html>
      2 <head>
      3    <script>
      4      async function start () {
      5        const element_0 = document.createElementNS('', 's')
      6        const svg = document.getElementById('id_8')
      7        const math = document.getElementById('id_20')
      8        const selection = window.getSelection()
      9        const range = new Range()
     10        range.setStartAfter(math)
     11        range.insertNode(svg)
     12        range.selectNodeContents(element_0)
     13        document.documentElement.contentEditable = true
     14        range.setStart(svg, (2760506212 % svg.childNodes))
     15        selection.addRange(range)
     16        document.execCommand('insertOrderedList', false, null)
     17        document.execCommand('insertParagraph', false, null)
     18      }
     19 
     20      document.addEventListener('DOMContentLoaded', start)
     21    </script>
     22 </head>
     23 <body>
     24 <svg id='id_8'>
     25    <metadata xml:space='preserve'>
     26 </svg>
     27 <math id='id_20'>
     28 </math>
     29 </body>
     30 </html>