Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

Bookmark mini icons are all messed up.

  • 2 válasz
  • 1 embernek van ilyen problémája
  • 1 megtekintés
  • Utolsó üzenet ettől: 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?

Kiválasztott megoldás

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.

Válasz olvasása eredeti szövegkörnyezetben 👍 1

Összes válasz (2)

more options

Kiválasztott megoldás

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.