tor-browser

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

hasfocus-other.html (177B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>Outer</title>
      5 <script>
      6 window.onload = function() {
      7    window.opener.postMessage("opened", "*")
      8 }
      9 </script>
     10 </head>
     11 <body>
     12 </body>
     13 </html>