본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

How do you take control of the Firefox icon in the middle of the home page directly over the search window

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

more options

Usually there is a big Firefox icon, then it changed to a map, now it's a shooting gallery. How can you control this?

Usually there is a big Firefox icon, then it changed to a map, now it's a shooting gallery. How can you control this?

선택된 해결법

If you prefer not to see snippets on the about:home page then you can set the browser.aboutHomeSnippets.updateUrl pref to an empty string on the about:config page.

Delete the storage\moz-safe-about+home folder in the Firefox profile folder with Firefox closed to remove snippets stored in IndexedDB and make Firefox use a default set.

You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

You can reset the browser.aboutHomeSnippets.updateUrl pref to the default value to re-enable the snippets.

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

모든 댓글 (3)

more options

You mean you want to replace the logo with a custom image?

1. Type about:support in the address bar and press Enter. 2. Click the Show Folder button. 3. In the Windows Explorer window that opens, create a new folder called chrome — make sure you get the spelling right and note that the name is case-sensitive. 4. Launch a text editor like Notepad and paste the following in a new file.


@-moz-document url("about:home") {
#brandLogo { background-image: url("brandlogo.png") !important; }
}

5. Save the file to your desktop as "userContent.css" — including the quotes. Again, be sure to spell it correctly and note that the file name is case-sensitive. 6. Move the file from the desktop into the chrome folder you created earlier. 7. Create a 192×192 PNG image named brandlogo.png and place it in the chrome folder. 8. Restart Firefox for the change to take effect.

more options

선택된 해결법

If you prefer not to see snippets on the about:home page then you can set the browser.aboutHomeSnippets.updateUrl pref to an empty string on the about:config page.

Delete the storage\moz-safe-about+home folder in the Firefox profile folder with Firefox closed to remove snippets stored in IndexedDB and make Firefox use a default set.

You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

You can reset the browser.aboutHomeSnippets.updateUrl pref to the default value to re-enable the snippets.

more options

setting the browser.abouthomeshippets.updateurl to an empty string on the about:config page and deleting the folder moz-safe-about+home worked. I now get the big orange Firefox logo instead of the game. Thanks.