Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Firefox has just updated to Firefox 10.

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.

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

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

share|improve this question

1 Answer

up vote 5 down vote accepted

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

share|improve this answer
Works! Thank you. I thought I would have to restart browser. Updated my Question... – TheBlackBenzKid Feb 14 '12 at 22:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.