tor-browser

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

page_with_closewatcher.html (190B)


      1 <html>
      2 <head> <meta charset="utf-8"> </head>
      3  <body>
      4    This page has a script which establishes a CloseWatcher.
      5    <script>
      6    new window.CloseWatcher()
      7    </script>
      8  </body>
      9 </html>