Firefox – How to make Firefox always stop a script when it’s not responding

firefoxjavascript

On some pages I get the "Script not responding" error with an option to stop it and a checkbox to never ask again.

Later I get the same question again, with that pointless checkbox.

How do I make Firefox always stop a script when it's not responding?

Best Answer

You have to adjust dom.max_script_run_time in about:config to higher value.

As noted previously, this timeout also applies to add-ons using Javascript, as such it will be reached easily on slow computers using AdBlock, or even AJAX-rich websites like Google Docs etc.

Related Question