Determine if Firebug's console.log() was called anywhere on a page

Lowetlereob

New Member
I'd like to be able to programmatically add a class of \[code\]console\[/code\] to the \[code\]<body>\[/code\] tag if Firebug's \[code\]console.log()\[/code\] was called anywhere on a page. Then I could put some obnoxious message on the screen to remind me not to deploy code with those statements still in it.The very similar to Eric Meyer's Diagnostic CSS.Is it possible?
 
Top