We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

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

  • 3 antwurd
  • 1 hat dit probleem
  • 2 werjeftes
  • Lêste antwurd fan 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?

Keazen oplossing

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.

Dit antwurd yn kontekst lêze 👍 1

Alle antwurden (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

Keazen oplossing

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.