How to remove navigation controls from Firefox right click menu?

5,261

Solution 1

AFAIK, there is no built-in method of doing it. However you can use one of the addons. Try using Menu Editor. The name of the tool is pretty self explanatory. Does what it says - allows you to edit context menu.

enter image description here

Solution 2

You can also use the Classic Theme Restorer add-on to replace the context menu icons with labels:

context menu text

Solution 3

Add to Stylish:

#context-navigation,
#context-sep-navigation {
  display:none !important;
}

source: http://forums.mozillazine.org/viewtopic.php?f=7&t=2865005

Share:
5,261

Related videos on Youtube

Kidades
Author by

Kidades

Updated on September 18, 2022

Comments

  • Kidades
    Kidades almost 2 years

    A recent firefox update has changed the context menu when you right click on a page to display icons such as back, forward, stop and bookmark:

    enter image description here

    Is there any way to remove them?

    I'm using Firefox 32 on Windows 7 64bit.

    • Ramhound
      Ramhound almost 10 years
      What version exactly? Without this information in 2 years this question won't be helpful.
    • Kidades
      Kidades almost 10 years
      Added version info.
  • Kidades
    Kidades almost 10 years
    I could not find these controls in the item list but just clicking Apply without making any changes somehow removed them from the context menu. :D