Greasy Fork is available in English.

FaviconBadger

Add a counter badge on the favicon

Questo script non dovrebbe essere installato direttamente. È una libreria per altri script da includere con la chiave // @require https://update.greasyfork.org/scripts/453212/1105873/FaviconBadger.js

Autore
PIZIDAVI
Versione
1.0
Creato il
17/10/2022
Aggiornato il
17/10/2022
Licenza
Non disponibile

FaviconBadger

Add a counter badge on the favicon

Example

const faviconBadger = new FaviconBadger({
  size : 0.6,
  position : 'ne',
  radius : 8,
  backgroundColor : '#f00',
  color : '#fff'
});

faviconBadger.value = 1;
faviconBadger.update();