FaviconBadger

Add a counter badge on the favicon

Dette scriptet burde ikke installeres direkte. Det er et bibliotek for andre script å inkludere med det nye metadirektivet // @require https://update.greasyfork.org/scripts/453212/1105873/FaviconBadger.js

Forfatter
PIZIDAVI
Versjon
1.0
Lagd
17.10.2022
Oppdatert
17.10.2022
Lisens
I/T

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