tor-browser

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

file_bug1126851_post_unload.html (102B)


      1 <script>
      2 addEventListener('unload', () => {
      3  window.opener.postMessage('unload', '*');
      4 });
      5 </script>