为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

How, please, can I get rid of the icons in the bookmarks toolbar so I have space for more bookmark names? Thank you

more options

I try to get as many items as I can in the bookmarks menu toolbar (typically using 3 letter names). F4 adds an icon next to each name - taking up valuable space. How, please, can I get rid of the icons in the bookmarks toolbar so I have space for more bookmark names? Thank you.

I try to get as many items as I can in the bookmarks menu toolbar (typically using 3 letter names). F4 adds an icon next to each name - taking up valuable space. How, please, can I get rid of the icons in the bookmarks toolbar so I have space for more bookmark names? Thank you.

被采纳的解决方案

You can look at this extension:

定位到答案原位置 👍 1

所有回复 (6)

more options

选择的解决方案

You can look at this extension:

more options

Or you can go the other way and keep icons you are familiar with, or are obvious, and delete names - right click, select properties and delete name.

This is the same way you shorten names This is what I do. Looks better, too.

由alan_r于修改

more options

If you remove the names then you may have a problem with organizing or searching for bookmarks.

If you do not want to use the extension then you can achieve the same effect with code in userChrome.css
That is what I would do.

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


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#personal-bookmarks .toolbarbutton-icon { display:none !important;}

more options

I bow to your very obvious technical expertise and hundreds(thousands?) of best replies but I've never had any problems in some years in the way I work.

I'm not sure why you would need to organize or search for bookmarks that are right in front of you - the point of the Bookmarks Toolbar, surely. Looks better, too.

more options

A couple of afterthoughts. I presume you are shortening names e.g. New York Times to NYTimes or NYT.

I've also found it very helpful on the Toolbar to establish folders for related or similar bookmarks e.g."Mozilla" or "US Media". You can open the folder and select particular bookmarks or open them all in tabs.

There is a lot you can do without deleting Names or Icons to make a lot of space on the Bookmarks Toolbar.

more options

The deiconizer worked great, thanks!