tor-browser

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

001-1.html (244B)


      1 <script>
      2 addEventListener("beforeunload",
      3 function() {
      4   parent.events.push("beforeunload");
      5 }, false);
      6 parent.events.push("before src change");
      7 
      8 location.href = "001-2.html&pipe=trickle(d2)";
      9 parent.events.push("after src change");
     10 </script>