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!

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

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

  • 5 odpovědí
  • 1 má tento problém
  • 3 zobrazení
  • Poslední odpověď od 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.

Zvolené řešení

Všechny odpovědi (5)

more options

Zvolené řešení

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: