tor-browser

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

003-1.html (153B)


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