tor-browser

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

cross-document-2.html (201B)


      1 <!doctype html>
      2 <title>004-2</title>
      3 <script>
      4 onmessage = function(e) {
      5  var port = e.ports[0];
      6  port.onmessage = function(e) { // implied start()
      7    parent.postMessage(e.data, '*');
      8  }
      9 }
     10 </script>