tor-browser

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

message-top-and-navigate-back.html (174B)


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