Greasy Fork is available in English.

FaviconBadger

Add a counter badge on the favicon

Ten skrypt nie powinien być instalowany bezpośrednio. Jest to biblioteka dla innych skyptów do włączenia dyrektywą meta // @require https://update.greasyfork.org/scripts/453212/1105873/FaviconBadger.js

Autor
PIZIDAVI
Wersja
1.0
Utworzono
17-10-2022
Zaktualizowano
17-10-2022
Licencja
Brak licencji

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();