Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

搜尋 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.