tor-browser

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

1667491_1.html (384B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset="UTF-8">
      5  <script>
      6  function go() {
      7    document.body.appendChild(a)
      8    window.frames[0].onbeforeunload = document.createElement("body").onload;
      9    window.requestIdleCallback(() => {
     10      window.close();
     11      finish();
     12    });
     13  }
     14  </script>
     15 </head>
     16 <body onload="go()">
     17 <iframe id="a"></iframe>
     18 <iframe></iframe>
     19 </body>
     20 </html>