tor-browser

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

1667491.html (301B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <head>
      4  <meta charset="UTF-8">
      5 <script>
      6  function go() {
      7    let win = window.open("1667491_1.html");
      8    win.finish = function() {
      9      document.documentElement.removeAttribute("class");
     10    };
     11  }
     12 </script>
     13 </head>
     14 <body onload="go()">
     15 </body>
     16 </html>