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 to cut the sections above the bookmarks (subscribe to this page, view pocket list, etc) in the bookmark tab

  • 5 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 3 views
  • Last reply by cor-el

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.

தீர்வு தேர்ந்தெடுக்கப்பட்டது

All Replies (5)

தீர்வு தேர்ந்தெடுக்கப்பட்டது

See my reply here:

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

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.

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

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

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: