tor-browser

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

postmessage-pass.html (64B)


      1 <script>
      2    window.parent.postMessage('PASS', '*');
      3 
      4 </script>