tor-browser

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

002-1.html (165B)


      1 <script>
      2 addEventListsner("beforeunload", parent.t.step_func(
      3 function(e) {
      4  parent.do_test(e);
      5 }, false);
      6 location.href = "001-2.html&pipe=trickle(d2)";
      7 </script>