How do you disable the INSPECT ELEMENT option in the menu from Chrome and Firefox etc?

4

1

I actually like and use Firebug for web development every single day; sure it is slow on boot for Firefox but I love Firebug once the browser is up. (Update this has been resolved in later editions)

Firefox 10 has a new Inspect and developer mode - it is pretty much like Google Chrome - I don't like it, you cannot edit on page CSS, you can't edit text and tags simply like Firebug - I would be on Chrome now if it fully had Firebug.

How can I disable firefox inspect? How can I disable the inspect mode in chrome? (I would rather use the light firebug)

TheBlackBenzKid

Posted 2012-02-14T19:12:30.420

Reputation: 260

Question was closed 2017-12-20T18:41:00.630

Answers

6

type in about:config in your address bar and find devtools.inspector.enabled and set it to false

Raystafarian

Posted 2012-02-14T19:12:30.420

Reputation: 20 384

Works! Thank you. I thought I would have to restart browser. Updated my Question... – TheBlackBenzKid – 2012-02-14T22:07:58.140