tor-browser

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

file_close_onpagehide2.html (90B)


      1 <script>
      2  window.onload = () => {
      3    opener.postMessage("second", "*");
      4  };
      5 </script>;