tor-browser

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

post-done-to-opener.html (65B)


      1 <script>
      2  window.opener.top.postMessage("DONE", "*");
      3 </script>