Firefox – How to permanently disable JavaScript strict warnings in Firefox

firebugfirefoxjavascript

When I open Firefox (8 Beta and 7) and load a page with firebug open, I get a load of JavaScript strict warnings, so I disable JavaScript strict warnings so my page loads will speed up, which works until I restart Firefox. Every time I open Firefox, JavaScript strict warnings are enabled. I even tried turning them off through the about:config settings.

How do I keep it off so I don't have to disable strict warnings every time I open Firefox?

Best Answer

In about:config, set this option to false:

extensions.firebug.showJSWarnings
Related Question