tor-browser

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

file_bug1364364-2.html (299B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3  <head>
      4    <meta charset="utf-8">
      5    <title>title</title>
      6  </head>
      7  <body onload="notifyOpener();">
      8    <script type="application/javascript">
      9    function notifyOpener() {
     10      opener.postMessage("navigation-done", "*");
     11    }
     12    </script>
     13  </body>
     14 </html>