tor-browser

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

postback.html (312B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <meta name="viewport" content="width=device-width, initial-scale=1">
      6  <title></title>
      7 </head>
      8 <body>
      9 <script type="text/javascript">
     10  window.addEventListener("load", () => {
     11    window.parent.postMessage("loaded", "*");
     12  });
     13 </script>
     14 
     15 </body>
     16 </html>