-------- Original Message --------
Roger Fink wrote:
Does anyone know how to remove the RSS icon from the URL bar in
SeaMonkey? In Pale Moon you can set an about:config preference to false,
<browser.urlbar.rss>. This doesn't exist in 2.35, the version I'm using,
so I added it, but it doesn't do anything.

I got rid of it by putting this code in userChrome.css (in a chrome
subdirectory in the profile):

/*Remove feed button*/
#feedsButton {display: none !important;}

At the top of that file, there should be this setting:
/* Do not remove the @namespace line -- it's required for correct
functioning */
@namespace
url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";);

http://kb.mozillazine.org/UserChrome.css

As the refs say in American football, "Upon further review....."
Yes, that piece of code does seem to work.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to