tor-browser

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

833856.html (259B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <head>
      4 <script>
      5 function go() {
      6  window.location = "javascript: foopy();";
      7  setTimeout(function(){document.documentElement.removeAttribute("class");}, 0);
      8 }
      9 
     10 </script>
     11 </head>
     12 <body onload="go()">
     13 </body>
     14 </html>