0

I need to find a certain indications to detect whether or not Firefox Developer tools are open for the site I placed in. It has to be done with vanilla JS in the client side scope.

I found many indications for Chrome browser, but couldn't find even one stable way for Firefox.

Thanks

GMe
  • 1,091
  • 3
  • 13
  • 24
  • See https://stackoverflow.com/questions/56510212/how-do-you-detect-if-firefox-devtools-is-open – evolutionxbox Jan 27 '20 at 10:20
  • 3
    Does this answer your question? [How to detect if browser console / inspector is \*open\*?](https://stackoverflow.com/questions/20507780/how-to-detect-if-browser-console-inspector-is-open) – evolutionxbox Jan 27 '20 at 10:20
  • Unfortunately no.. The scenario there is different than mine, and I did found a way to detect it on Chrome.. – GMe Jan 27 '20 at 10:34
  • My first link is almost an exact duplicate of this question. That was flagged as a duplicate of the other one. What makes yours different? – evolutionxbox Jan 27 '20 at 10:37
  • @evolutionxbox The answers there focused on how to hide the client source code from the end user, where my need is totally different – GMe Jan 27 '20 at 10:44
  • 1
    Your need might be different but the resulting question is the same. "How to detect if the dev tools are open" – evolutionxbox Jan 27 '20 at 10:51
  • In any case the answers there are not relevant though.. – GMe Jan 27 '20 at 10:52
  • https://stackoverflow.com/a/30715877/989920 I find this relevant – evolutionxbox Jan 27 '20 at 10:59

0 Answers0