tor-browser

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

call-functionCalledByOpenee.html (96B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <script>
      4 window.opener.functionCalledByOpenee();
      5 </script>