FaviconBadger

Add a counter badge on the favicon

Ce script ne devrait pas être installé directement. C'est une librairie créée pour d'autres scripts. Elle doit être inclus avec la commande // @require https://update.greasyfork.org/scripts/453212/1105873/FaviconBadger.js

Auteur
PIZIDAVI
Version
1.0
Créer
2022-10-17
Mis à jour
2022-10-17
Licence
S/O

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