tor-browser

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

postmessage-opener.html (152B)


      1 <script>
      2  const params = new URLSearchParams(window.location.search);
      3  opener.postMessage({msg: "ready", token: params.get("token")}, "*");
      4 </script>