Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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!