tor-browser

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

004-1.html (254B)


      1 <!doctype html>
      2 <script>
      3 addEventListener("pagehide", function() {parent.events.push("pagehide"); setTimeout(function() {parent.events.push("timeout")}, 0)}, false);
      4 addEventListener("unload", function() {parent.events.push("unload")}, false);
      5 </script>