Is there any way to remove "Inspect Element" from Chrome's right click context menu?

4

3

Is there any way to remove "Inspect Element" from chrome's right click context menu?

I've tried googling this, but I get a lot of Firefox results and a lot of people looking to do other things with "Inspect Element".

I just want it gone from the right click menu because I've been using Firebug for a while, I'm happy with it, and I hate accidentally clicking the wrong Inspect option.

CreeDorofl

Posted 2012-04-13T20:05:00.033

Reputation: 2 053

I have exactly the same problem, also I frequently hit F12 on accident which also brings up the inspect element page. – dylan murphy – 2012-11-15T13:28:50.627

Answers

4

  1. Download Chromium

  2. Search the whole code base for spect element.

  3. Check out the references to this string, make sure they don't add it to a menu.

  4. Compile your version of Chromium, this will make a version without that menu entry.

Or, if you don't want to go through this for a small change; you'll grow out of the habit over time instead.

Personally, I learned to use that instead as Firebug Lite is quite lacking and I won't go to bloated Firefox.

Lacking as in "access restrictions", bloated as in "Extensive testing shows that Firefox is noticeably slower, both on a clean profile.".

Tamara Wijsman

Posted 2012-04-13T20:05:00.033

Reputation: 54 163

5That seems to be the only option. Customization isn't exactly Chrome's strong suit. – Dennis – 2012-04-13T20:44:17.397

I was afraid it might come down to that. Thanks anyway then. – CreeDorofl – 2012-04-14T07:06:04.523