搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How do I hide the favicons on my Bookmark Toolbar?

  • 3 个回答
  • 16 人有此问题
  • 25 次查看
  • 最后回复者为 cor-el

more options

They weren't there in Firefox 3, but appeared when I installed Firefox 4. I like not having them there, so bookmarks are listed more condensely. I have a Mac with OS 10.6.

They weren't there in Firefox 3, but appeared when I installed Firefox 4. I like not having them there, so bookmarks are listed more condensely. I have a Mac with OS 10.6.

所有回复 (3)

more options

You can use this extension:

more options

extension works partly, take a look at the comments. is there a simple, elegant way without an extension? tried the modifications in userChrome.css without success :( downgraded to 3.6

more options

Add this code to userChrome.css below the @namespace line to hide icons on the bookmarks toolbar.


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

#personal-bookmarks .toolbarbutton-icon { display:none !important; }