Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How can I hide items from the hamburger Menu in Firefox 60.6.1 esr

  • 6 replies
  • 2 have this problem
  • 41 views
  • Last reply by McCoy

more options

I am trying to customize the items in the hamburger menu, it worked fine until Firefox Quantom has been released. You find attached the Display needed (worked in ver 54.2.1 esr), I need to get the same display in ver 60.6.1.

I tried to userchrome.css solution with no luck as the way the menu is managed is different from version 54.2.1 esr to ver 60.6.1 esr.

I am trying to customize the items in the hamburger menu, it worked fine until Firefox Quantom has been released. You find attached the Display needed (worked in ver 54.2.1 esr), I need to get the same display in ver 60.6.1. I tried to userchrome.css solution with no luck as the way the menu is managed is different from version 54.2.1 esr to ver 60.6.1 esr.

Chosen solution

Hi Ahmed WAJA, there's no built-in configuration.

You can use custom style rules in a userChrome.css file to hide unwanted menu items.

To discover the structure of the menu, paste this URL to your address bar and press Enter to load it:

view-source:chrome://browser/content/browser.xul

Then use Find (Ctrl+f) to skip down to appMenu-popup

Here you can see the elements of the menu. Some are easier to remove than others (e.g., when there is a unique id for the entire row).

Read this answer in context 👍 1

All Replies (6)

more options

Please check the screenshots with needed and actual display

more options

You want to modify the "list" style display to the older "grid" style display? I don't know if that is possible. If it's possible, a good site to get a style recipe for that would be:

https://www.reddit.com/r/FirefoxCSS/

more options

I need to choose the items to display and hide the rest, no need to display all the menu items, is it possible in this version?

more options

Chosen Solution

Hi Ahmed WAJA, there's no built-in configuration.

You can use custom style rules in a userChrome.css file to hide unwanted menu items.

To discover the structure of the menu, paste this URL to your address bar and press Enter to load it:

view-source:chrome://browser/content/browser.xul

Then use Find (Ctrl+f) to skip down to appMenu-popup

Here you can see the elements of the menu. Some are easier to remove than others (e.g., when there is a unique id for the entire row).

more options

@jscher2000 It worked for me thank you very much for your help

more options

Ahmed WAJA said

@jscher2000 It worked for me thank you very much for your help

Hello Ahmed WAJA,

Would you be so kind as to mark jscher2000's post as Chosen Solution  ? ('Solved the problem' button to the right of that post)

Thank you in advance  !