tor-browser

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

1804803.html (302B)


      1 <html class="reftest-wait">
      2 <script>
      3 function test() {
      4  // If the reload in the iframe succeeds we might crash, so wait for it.
      5  setTimeout(function() {
      6    document.documentElement.className = "";
      7  }, 500);
      8 }
      9 </script>
     10 <body onload="test()">
     11    <iframe src="1804803.sjs"></iframe>
     12 </body>
     13 </html>