tor-browser

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

set_cookie (251B)


      1 <html>
      2 <body>
      3 <script>
      4 // The important part of this page are the headers.
      5 
      6 // If this page was opened as a popup, notify the opener.
      7 if (window.opener) {
      8   window.opener.postMessage("done_loading", "*");
      9   window.close();
     10 }
     11 </script>
     12 </body>
     13 </html>