google chrome - Find out if Developer Console is active in the current webbrower (JavaScript) -


while developing logging tool websites, javascript code need know if developement tools (ie: developer tools, chrome: f12, firefox: firebug etc.) open.

until know possibily have found in research in ie10 asking for

window.__ie_devtoolbar_console_command_line 

are there variables or functions can called in chrome, firefox (and opera) status of browsers developent tools.

i know there console object object not tell me if devtools open or closed.

you might find other thread useful: find out whether chrome console open

there information both firefox , chrome in there.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -