Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

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

  • 3 wótegrona
  • 1 ma toś ten problem
  • 2 naglěda
  • Slědne wótegrono wót 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?

Wubrane rozwězanje

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.

Toś to wótegrono w konteksće cytaś 👍 1

Wšykne wótegrona (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

Wubrane rozwězanje

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.