Firefox – How to Remove the ‘Inspect Element’ Button

firebugfirefox

This is driving me crazy! When FF 12 came out, Firefox's own 'Inspect Element' button on the right-click menu took the place of there the Firebug 'Inspect Element' button used to be.

As I've been doing web development in Firefox forever, my muscle memory still clicks there when I want to use Firebug.

My right-click menu

Is there any way to remove the Firefox internal 'Inspect Element' and replace the button on the menu with Firebug's, returning it to its original position (marked NO in the screenshot)?

Best Answer

Revisited in Oct. 2019: Both add-ons seem to be gone now, using devtools.inspector.enabled setting in about:config would be the best way to do this.

Revisited in Nov. 26 2014: Menu Editor seems to be deprecated. Menu Wizard looks like a good alternative.

Yes!

  1. Install the Menu Editor addon
  2. Open the options of Menu editor, make sure you are editing the Main context menu and then hide the inspect element entry

Menu editor options
3. Drag the Firebug inspect option up to where you would like it
4. ???
5. Profit!

Related Question