tor-browser

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

004-1.html (224B)


      1 <!doctype html>
      2 <script>
      3 onload = function() {
      4  parent.postMessage("004-1", "*");
      5  setTimeout(function() {location = location.href.replace("http://", "http://www.").replace("004-1.html", "004-2.html");}, 100);
      6 }
      7 </script>