Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

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

  • 6 réponses
  • 2 ont ce problème
  • 1 vue
  • Dernière réponse par 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.

Solution choisie

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).

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (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

Solution choisie

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  !