Mozilla 도움말 검색

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

Learn More

How to re-add favicon in address bar without the need to install an extra addon ?

  • 2 답장
  • 3 이 문제를 만남
  • 8 보기
  • 최종 답변자: Janaicka

more options

Is it still possible (using Greasemonkey or Stylish) to have the favicon back in the address bar, I rather not install an addon for this (I had the now abandoned Favicon Restorer which isn't e10's ready).

Thanks for any help.

Is it still possible (using Greasemonkey or Stylish) to have the favicon back in the address bar, I rather not install an addon for this (I had the now abandoned Favicon Restorer which isn't e10's ready). Thanks for any help.

선택된 해결법

The location/address bar shows the Control Center 'i' button and a possible padlock at the left side of the location bar. You currently see the favicon on the Tab bar. I'm not aware to restore this icon to the location bar via CSS because the icon isn't there. You can only show or hide items via CSS. You need JavaScript to create items that do not exist in the DOM, so an extension is the only option. I don't know if there is a Greasemonkey script to achieve this, so best would be to ask advice at the Greasemonkey community forum.

문맥에 따라 이 답변을 읽어주세요 👍 2

모든 댓글 (2)

more options

선택된 해결법

The location/address bar shows the Control Center 'i' button and a possible padlock at the left side of the location bar. You currently see the favicon on the Tab bar. I'm not aware to restore this icon to the location bar via CSS because the icon isn't there. You can only show or hide items via CSS. You need JavaScript to create items that do not exist in the DOM, so an extension is the only option. I don't know if there is a Greasemonkey script to achieve this, so best would be to ask advice at the Greasemonkey community forum.

more options

Thanks cor-el.