Is there a way to disable favicons?
I looked for the option in about:config, but couldn't find it. I would like to have them disabled on the bookmark toolbar or just disabled in general.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Chris (chtrusch... on 15 Aug, 2013 04:56 PM
You can do this with a user CSS. Add this to userChrome.css after quitting TFF:
/* Kill bookmark icons in the Personal Toolbar */ toolbarbutton.bookmark-item > .toolbarbutton-icon {
display: none !important;
}
There's much more you can customize, look here: http://www-archive.mozilla.org/unix/customizing.html. If you need guidance I'll be glad to help.
2 Posted by jnrz81 on 16 Aug, 2013 01:20 AM
It's not working for me. I might have placed the CSS in the wrong place. Is this correct?
TenFourSquare > Content > MacOS > Chrome > userChrome.css
Support Staff 3 Posted by Chris (chtrusch... on 16 Aug, 2013 10:14 AM
The CSS file should look like the one I attached, and it goes into the Chrome folder of your Firefox folder in Application Support:
~/Users/[your user name]/Library/Application Support/Firefox/Profiles/xxxxxxx.default/chrome Remember, quit the browser before you change anything, otherwise it's going to be overwritten.
4 Posted by jnrz81 on 16 Aug, 2013 11:03 PM
It worked! Thank you very much. : )
Support Staff 5 Posted by Chris (chtrusch... on 09 Sep, 2013 02:41 PM
Good to know. I'll close this tickt, if you have any more questions about this, just re-open it.
Chris (chtrusch) closed this discussion on 09 Sep, 2013 02:41 PM.