tor-browser

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

file_new_shentry_during_history_navigation_2.html (202B)


      1 <script>
      2  onload = function() {
      3    opener.postMessage("load");
      4  }
      5 
      6  onbeforeunload = function() {
      7    opener.postMessage("beforeunload");
      8    history.pushState("data1", "", "?push1");
      9  }
     10 </script>