tor-browser

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

post-top-opener-on-load.html (109B)


      1 <!DOCTYPE html>
      2 <script>
      3 window.onload = () => {
      4  window.top.opener.postMessage("ready", "*");
      5 };
      6 </script>