tor-browser

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

post-key-to-top.html (70B)


      1 <script>
      2 top.postMessage(navigation.currentEntry.key, "*");
      3 </script>