tor-browser

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

parent.html (254B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4 This document contains a frame.
      5 <div><iframe src="blank.html"></iframe></div>
      6 <script>
      7 frames[0].name = window.name + "_child0";
      8 window.onload = function() {
      9  opener.postMessage("ready", "*");
     10 };
     11 </script>
     12 </body>
     13 </html>