tor-browser

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

bug458091_child.html (212B)


      1 <html> <head>
      2 <title></title>
      3 <script type="text/javascript">
      4 function finish() {
      5  window.opener.finish(sessionStorage.testItem);
      6  window.close();
      7 }
      8 </script>
      9 </head>
     10 
     11 <body onload="finish();">
     12 </body>
     13 </html>