Howto detect firebug in firefox
The answer is simple:
firebug sets a prop in the window with name _firebug
Posted at BinaryCell
firebug sets a prop in the window with name _firebug
>>> window._firebug.firebug "1.6.1"check this value from your javascript and do your things :)
Posted at BinaryCell
Comments
Post a Comment