tor-browser

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

postmessage-top.html (165B)


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