Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

This thread was closed and archived. Please ask a new question if you need help.

close tab warning option

  • 8 பதிலளிப்புகள்
  • 2 இந்த பிரச்னைகள் உள்ளது
  • 25 views
  • Last reply by Bobby B

When i have multiple tabs open and i close the browser i get the quit warning just like i want, but can i somehow disable the "Warn me when I attempt to close multiple tabs" option that is in the warning but still keep the warning appearing. I always accidentally click on it when i am trying to close the browser and then i have to restart the browser just to turn the option on again.

When i have multiple tabs open and i close the browser i get the quit warning just like i want, but can i somehow disable the "Warn me when I attempt to close multiple tabs" option that is in the warning but still keep the warning appearing. I always accidentally click on it when i am trying to close the browser and then i have to restart the browser just to turn the option on again.

தீர்வு தேர்ந்தெடுக்கப்பட்டது

You can use a user.js file to set this pref to true to avoid going to Options/Preferences to set the checkmark. Note that Firefox only shows these tab warn settings when they aren't default.

Create the user.js file in the profile folder and add this line to the file..

  • user_pref("browser.tabs.warnOnClose", true);

See also:

The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

Read this answer in context 👍 0

All Replies (8)

Mine doesn't do that I think something else is messed up there. Unless you got some other addons causing the settings to save correctly one should turn off addon/extension and try to see if that doesn't fix that.

I disabled all of my addons but it didn't help. Even when i restarted the browser after turning the addons off. Also non of my addons should affect it.

Could you please go over your question again as it is very unclear what you want and what you are expecting.

The answer to can you keep : No.

the image shows you what i want. Is it even possible? If not, how can i delete this question? Well i quess i could just edit the source code it self and then compile my own version of firefox if it really is 100% impossible in any other way.

தீர்வு தேர்ந்தெடுக்கப்பட்டது

You can use a user.js file to set this pref to true to avoid going to Options/Preferences to set the checkmark. Note that Firefox only shows these tab warn settings when they aren't default.

Create the user.js file in the profile folder and add this line to the file..

  • user_pref("browser.tabs.warnOnClose", true);

See also:

The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

Thanks. even thou it didn't remove the option, it made the option not do anything witch is good enough for me.

You could possibly lock the involved pref with a mozilla.cfg file in the Firefox program folder to make it impossible to change it accidentally.

See Configuration:

You may want to play with: browser.warnOnQuit This seems to control the popup warning. I want it on to get the warning. This did it for me.

my browser.tabs.warnOnCloseOtherTabs and browser.tabs.warnOnClose are both on also.