tor-browser

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

020-1.html (93B)


      1 <script>
      2 onmessage = function(e) {
      3  parent.postMessage([e.data, e.origin], '*');
      4 }
      5 </script>