Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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

  • 6 답장
  • 2 이 문제를 만남
  • 7 보기
  • 최종 답변자: 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.

선택된 해결법

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

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (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

선택된 해결법

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  !