搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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.

被選擇的解決方法

所有回覆 (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!