How To Clear Firefox' Console Via Javascript?
I have some functions that when executed show some info with console.log(). There is no problem with that. But, some times, the console looks strange... Because that, they sent me
Solution 1:
It seems that clear
is no longer accessible from console
(Firebug 30+). Type clear();
directly from Firebug
.
Post a Comment for "How To Clear Firefox' Console Via Javascript?"