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

alerts.totalOpenTime

  • 5 replies
  • 1 has this problem
  • 14 views
  • Last reply by FredMcD

more options

I was going thru the help screen in one of my add-ons. It told me; adjust the duration of alert box being displayed by changing the default setting It said to type about:config in the address bar, then find alerts.totalOpenTime and change its value. I looked, but could not find anything with this name. I also looked under; alerts, total, Open, and Time. Anyone know what I should be looking for?

I was going thru the help screen in one of my add-ons. It told me; ''adjust the duration of alert box being displayed by changing the default setting'' It said to type ''about:config'' in the address bar, then find ''alerts.totalOpenTime'' and change its value. I looked, but could not find anything with this name. I also looked under; alerts, total, Open, and Time. Anyone know what I should be looking for?

Chosen solution

While reading thru one of the trouble caused by info packs, I came across a way to extend the time before Firefox gives the script has stopped error message. I had wanted to check it out.

Read this answer in context 👍 0

All Replies (5)

more options

hello, are you referring to this site: http://en.kioskea.net/faq/15145-firefox-set-the-duration-for-which-alerts-are-displayed?

the preference referred there doesn't seem to exist per default in firefox any longer. what are you trying to achieve by it? you could try to right-click somewhere in about:config & to create a new integer preference by this name and see if this has a desired affect.
the time for the notification about finished downloads in firefox now seems to be specified in browser.download.manager.showAlertInterval instead.

more options

Chosen Solution

While reading thru one of the trouble caused by info packs, I came across a way to extend the time before Firefox gives the script has stopped error message. I had wanted to check it out.

more options

this is set in the dom.max_script_run_time preference.

more options

This is now a fixed constant.

const ALERT_DURATION_IMMEDIATE = 4000;

See also alerts.disableSlidingEffect

more options

I looked thru all the article links above. Lots in information, but nothing really useful. Some talked about a different name for the time-out value, but I could not find them either, Thanks to all for your help.