Search code examples
javascriptjqueryfirebug

disable firebug on site when loaded


Is it possible to disable firebug when a page is loaded?

I tried:

console.disabled;

...but didn't work. Any ideas?


Solution

  • I don't know think you can disable firebug completely from your own javascript. If you could, then ght GMail team would have included that in their code [;)]. Instead they proffer a warning that says "firebug makes me slow".

    But, perhaps this will help?