tor-browser

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

module-iframe.html (213B)


      1 <!doctype html>
      2 <script type=module>
      3 document.write("document.write body contents\n");
      4 document.close();
      5 window.parent.document.dispatchEvent(new CustomEvent("documentWriteDone"));
      6 </script>
      7 Initial body contents