FaviconBadger

Add a counter badge on the favicon

Dit script moet niet direct worden geïnstalleerd - het is een bibliotheek voor andere scripts om op te nemen met de meta-richtlijn // @require https://update.greasyfork.org/scripts/453212/1105873/FaviconBadger.js

Maker
PIZIDAVI
Versie
1.0
Gemaakt op
17-10-2022
Bijgewerkt op
17-10-2022
Licentie
N.v.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();