Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla 도움말 검색

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

자세히 살펴보기

How to cut the sections above the bookmarks (subscribe to this page, view pocket list, etc) in the bookmark tab

  • 5 답장
  • 1 이 문제를 만남
  • 3 보기
  • 최종 답변자: cor-el

more options

I tried the solution here https://support.mozilla.org/en-US/questions/1065081 but no luck. This is the garbage clutter that I want gone (most importantly the pocket one!!!): http://i.imgur.com/k65QeQU.png

Thanks.

I tried the solution here https://support.mozilla.org/en-US/questions/1065081 but no luck. This is the garbage clutter that I want gone (most importantly the pocket one!!!): http://i.imgur.com/k65QeQU.png Thanks.

모든 댓글 (5)

more options

선택된 해결법

See my reply here:

more options

Thank you! How about for the others (subscribe to this page, bookmark this page)?

more options

You would create a similar style rule using the relevant selectors (the parts to the left of the { which indicate what parts of the browser to style). The selectors you need are the unique IDs of the various items on the menu as shown in the attached screen shot. When using an ID selector in a CSS rule, you precede the ID text with a # symbol. For example:

Bookmark This Page => #menu_bookmarkThisPage

Note: I haven't tested that out myself.

more options
#menu_bookmarkThisPage,
#subscribeToPageMenuitem,
#subscribeToPageMenupopup  {
 display:none!important;
}

#BMB_bookmarkThisPage,
#BMB_subscribeToPageMenuitem,
#BMB_subscribeToPageMenupopup, #BMB_subscribeToPageMenupopup+menuseparator {
 display:none!important;
}
more options

You can right-click the Pocket button and click "Remove from Toolbar" or "Remove from Menu" to disable Pocket and move the Pocket button to the Customize palette. That will also remove the Pocket entries in the Bookmarks menu. This only works if browser.pocket.enabled = true , so if you previously toggled this pref to false then you can undo this action with a double-click.

See also: