Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

Bookmark mini icons are all messed up.

  • 2 svar
  • 1 har detta problem
  • 1 visning
  • Senaste svar av FFATX45

more options

The mini icons in my Bookmarks list are all incorrect. They are either blank or belong to a different link. I'm on FF28, however this has been happening for quite some time now. How do correct this?

The mini icons in my Bookmarks list are all incorrect. They are either blank or belong to a different link. I'm on FF28, however this has been happening for quite some time now. How do correct this?

Vald lösning

You can paste this code in the command line in the Browser Console (Firefox/Tools > Web Developer) to let all favicons expire.

var fS = Components.classes["@mozilla.org/browser/favicon-service;1"]
         .getService(Components.interfaces.nsIFaviconService);
fS.expireAllFavicons();
developer.mozilla.org/en/XPCOM_Interface_Reference/nsIFaviconService

You need to use a bookmark to make Firefox retrieve the favicon.

Läs svaret i sitt sammanhang 👍 1

Alla svar (2)

more options

Vald lösning

You can paste this code in the command line in the Browser Console (Firefox/Tools > Web Developer) to let all favicons expire.

var fS = Components.classes["@mozilla.org/browser/favicon-service;1"]
         .getService(Components.interfaces.nsIFaviconService);
fS.expireAllFavicons();
developer.mozilla.org/en/XPCOM_Interface_Reference/nsIFaviconService

You need to use a bookmark to make Firefox retrieve the favicon.

more options

Thanks cor-el. That deleted all the favicons. I installed the Favicon Reloader Add-on and the favicons are now correct.