tor-browser

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

1693032.html (918B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <script>
      5      document.addEventListener('DOMContentLoaded', () => {
      6        const svg_1 = document.createElementNS('http://www.w3.org/2000/svg', 'svg')
      7        const svg_2 = document.createElementNS('http://www.w3.org/2000/svg', 'svg')
      8        const switch_1 = document.createElementNS('http://www.w3.org/2000/svg', 'switch')
      9        const metadata_1 = document.createElementNS('http://www.w3.org/2000/svg', 'metadata')
     10        const foreign_1 = document.createElementNS('http://www.w3.org/2000/svg', 'foreignObject')
     11        const text_1 = document.createElementNS('http://www.w3.org/2000/svg', 'text')
     12        switch_1.appendChild(metadata_1)
     13        svg_2.appendChild(text_1)
     14        foreign_1.appendChild(svg_2)
     15        switch_1.appendChild(foreign_1)
     16        svg_1.appendChild(switch_1)
     17        document.documentElement.appendChild(svg_1)
     18      })
     19    </script>
     20 </head>
     21 </html>