tor-browser

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

1690169-1.html (342B)


      1 <script>
      2 var woff = "data:font/woff2;base64,";
      3 for (let i = 0; i < 20000; i++) {
      4 woff += "d09GMgABAAAA";
      5 }
      6 window.onload = () => {
      7    try { window.open('data:text/html,<spacer>', 'pu9', 'width=911').close() } catch (e) {}
      8    document.getElementById('a').setAttribute('src', woff)
      9 }
     10 </script>
     11 <iframe id='a' hidden src='http://a'></iframe>