tor-browser

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

file_load_during_reload.html (200B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <script>
      5     function notifyOpener() {
      6       opener.postMessage("loaded", "*");
      7     }
      8    </script>
      9  </head>
     10  <body onload="notifyOpener()">
     11  </body>
     12 </html>