Greasy Fork is available in English.

FaviconBadger

Add a counter badge on the favicon

Dette script skal ikke installes direkte. Det er et API for andre scripts der skal inkluderes med meta direktiv // @require https://update.greasyfork.org/scripts/453212/1105873/FaviconBadger.js

Ejer
PIZIDAVI
Version
1.0
Oprettet
17.10.2022
Opdateret
17.10.2022
Licens
N/A

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