Don't want the boss to catch you surfing the web on company time? Don't want your teacher, classmates, roommate or significant other to see the Web sites you're viewing? With Panic Button, a single click of a toolbar button will quickly hide all Firefox windows -- bring them back by clicking a button on the Restore Session toolbar. The Panic Button action can also be invoked by pressing F8.
Learn more and install the Firefox extension from the AE Creations website. Panic Button is also available from Firefox Add-ons.
Want to help? Make a donation or add a translation.
If you are skilled at Firefox extension development and want to contribute code for a bug fix or a new feature, follow these instructions:
- Create an issue to describe your bug fix or feature.
- Create a new branch originating from the branch for the current major version,
branches/5.0
. The new branch is where you should commit your code changes. The branch name should follow the naming conventionbranches/your-branch-name
. - When your code changes are ready for review, open a pull request to merge to the branch for the current major version. Ensure that your PR references the issue you created in step 1.
- IMPORTANT! The
master
branch contains the source code for the current release. Do not commit directly to themaster
branch.