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!

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Learn More

How do I disable browser.feeds.handler so nothing shows when I click on "Bookmarks" regardless of the webiste I am on

  • 2 wotmołwje
  • 1 ma tutón problem
  • 2 napohladaj
  • Poslednja wotmołwa wot cor-el

more options

I do not want to see "Subscribe to This Page" when I tab to save a bookmark regardless of the website I am on. What do I change the the value to in about:config - browser.feeds.handler - so it never shows when saving a bookmark or how do I remove it all together.

I do not want to see "Subscribe to This Page" when I tab to save a bookmark regardless of the website I am on. What do I change the the value to in about:config - browser.feeds.handler - so it never shows when saving a bookmark or how do I remove it all together.

Wot Deekin_224 změnjeny

Wšě wotmołwy (2)

more options

This is what I want to remove.

Thanks.

more options

Add code to the userChrome.css file below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.

You can use this button to go to the Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Open Containing Folder

(you can leave out the code for places where you still want to see that menu item)


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#subscribeToPageMenuitem,
#subscribeToPageMenupopup,

#BMB_subscribeToPageMenuitem,
#BMB_subscribeToPageMenupopup, #BMB_subscribeToPageMenupopup+menuseparator,

#appmenu_subscribeToPage,
#appmenu_subscribeToPageMenu
#appmenu_subscribeToPageMenupopup, #appmenu_subscribeToPageMenupopup+menuseparator
{ display:none!important; }