tor-browser

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

browser_1284886_suspend_tab.html (145B)


      1 <html>
      2 <head>
      3  <script>
      4    window.onbeforeunload = function() {
      5      return true;
      6    };
      7  </script>
      8 </head>
      9 <body>
     10 TEST PAGE
     11 </body>
     12 </html>