tor-browser

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

1464165-1.html (653B)


      1 <html>
      2  <head>
      3    <script>
      4      function start () {
      5        try { o1 = document.createElementNS('http://www.w3.org/1999/xhtml', 'select') } catch(e) { }
      6        try { o2 = document.createElementNS('http://www.w3.org/1999/xhtml', 'style') } catch(e) { }
      7        try { document.documentElement.appendChild(o1) } catch(e) { }
      8        try { document.documentElement.appendChild(o2) } catch(e) { }
      9        try { o2.sheet.insertRule('* { border-left: green; -moz-padding-start: 5% !important; padding: 171798691; -moz-border-end: solid;', 0) } catch(e) { }
     10      }
     11      document.addEventListener('DOMContentLoaded', start)
     12    </script>
     13  </head>
     14 </html>