0

I see a lot of ways to detect if Chrome Inspect Element is open or not.

Is there a way I can see if Firefox Inspect Element is open?

Here is a demo for Chrome https://blog.guya.net/chrome/dev_tools/.

Edit: The possible duplicate does not answer my problem. There are limited parameters that are available and will not work with Firefox.

  • Possible duplicate of [Detect if console/devtools is open in all browsers](https://stackoverflow.com/questions/40153206/detect-if-console-devtools-is-open-in-all-browsers) – Joseph Sible-Reinstate Monica Jun 08 '19 at 23:55
  • If you've found a way to make this work, then you've effectively found a minor security vulnerability: it now becomes possible for malware to hide itself from analysts with it. For this reason, Mozilla tries to keep this impossible, as do most other browser vendors. – Joseph Sible-Reinstate Monica Jun 08 '19 at 23:56
  • 1
    @JosephSible Chrome and most Chromium web browsers are able to detect if the Inspect element is open or not. Opera, Brave, etc. – Goes Homes Jun 09 '19 at 00:06
  • 1
    Yes, but it's not considered desirable, and once they have a good way to fix it, they will. They just happen to be losing the game of leapfrog at the moment. – Joseph Sible-Reinstate Monica Jun 09 '19 at 00:07
  • 1
    @JosephSible Ah ok, So what you are saying is there is no possible way to detect if inspect element is open or not on Firefox. It is just a flaw in Chrome that people are using and can be patched at anytime. Just to make it clear. – Goes Homes Jun 09 '19 at 00:15
  • 1
    I'm not saying there's no such flaw in Firefox, just that I don't know of one, and that I wouldn't expect one to last very long once it became well-known. – Joseph Sible-Reinstate Monica Jun 09 '19 at 00:16
  • 1
    @JosephSible So, lets say Firefox is working properly no flaws/issues/bugs. Standard Firefox, is there no way to detect if inspect element is open or not? – Goes Homes Jun 09 '19 at 00:21
  • 1
    In the ideal world, that's correct, it wouldn't be possible in Firefox. (It also wouldn't be possible in Chrome in the ideal world.) – Joseph Sible-Reinstate Monica Jun 09 '19 at 00:22

0 Answers0