tor-browser

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

cross-document-1.html (148B)


      1 <!doctype html>
      2 <title>crosss-document-1</title>
      3 <script>
      4 onmessage = function(e) {
      5  var port = e.ports[0];
      6  port.postMessage(e.data);
      7 }
      8 </script>