tor-browser

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

1411138.html (459B)


      1 <!-- Needs to be in quirks mode -->
      2 <html>
      3  <head>
      4    <script>
      5      try { o1 = document.createElement('frameset') } catch(e) { }
      6      try { o2 = document.createElement('body') } catch(e) { }
      7      try { o2.style.overflow = 'auto'; } catch (e) {}
      8      try { document.documentElement.appendChild(o1) } catch(e) { }
      9      try { document.documentElement.appendChild(o2) } catch(e) { }
     10      try { o2.scrollLeft } catch(e) { }
     11    </script>
     12  </head>
     13 </html>