tor-browser

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

001-1.html (193B)


      1 <!doctype html>
      2 001-1
      3 <script>
      4 addEventListener("pageshow",
      5  function(e) {
      6    parent.events.push(e);
      7    if (parent.events.length == 2) {
      8      parent.do_test();
      9    }
     10  }, false);
     11 </script>