Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Bookmark mini icons are all messed up.

  • 2 përgjigje
  • 1 e ka hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga 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?

Zgjidhje e zgjedhur

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.

Lexojeni këtë përgjigje brenda kontekstit 👍 1

Krejt Përgjigjet (2)

more options

Zgjidhja e Zgjedhur

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.