Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

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.

Wybrane rozwiązanie

Wszystkie odpowiedzi (6)

more options

Wybrane rozwiązanie

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.

Zmodyfikowany przez alan_r w dniu

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!