Reputation: 606
Is it possible to disable firebug when a page is loaded?
I tried:
console.disabled;
...but didn't work. Any ideas?
Upvotes: 0
Views: 4694
Reputation: 26583
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?
Upvotes: 5