Mozilla 도움말 검색

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

자세히 살펴보기

How do I hide the favicons on my Bookmark Toolbar?

  • 3 답장
  • 16 이 문제를 만남
  • 34 보기
  • 최종 답변자: 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; }