Howto detect firebug in firefox

The answer is simple:
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

Popular Posts