tor-browser

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

helper_continue_on_close.html (216B)


      1 <!DOCTYPE html>
      2 <script src="/tests/SimpleTest/SimpleTest.js"></script>
      3 <script>
      4    SpecialPowers.wrap(document).notifyUserGestureActivation();
      5    window.close();
      6 </script>
      7 
      8 See ya! (This window will close itself)