
How to enable the warning to save tabs while closing firefox ?
How to enable the warning to save tabs while closing firefox ? It is not asking me now because I checked the check box accidentally. How to get that warning message back ?
All Replies (3)
You can reset the warn prefs on the about:config page via the right-click context menu.
- browser.tabs.warnOnClose , see http://kb.mozillazine.org/About%3Aconfig_entries
- browser.warnOnQuit , see http://kb.mozillazine.org/browser.warnOnQuit
- browser.warnOnRestart , see http://kb.mozillazine.org/browser.warnOnRestart
this didnt solve my problem. all these properties are set to true. But it is still not asking for me to save the tabs :(
For saving the tabs you need to set true the browser.showQuitWarning:true in
about:config.
For prompting that "you are about to close 5 tabs , r u sure" use "browser.warnOnQuit;true"