Greasy Fork is available in English.

FaviconBadger

Add a counter badge on the favicon

Skrip ini tidak untuk dipasang secara langsung. Ini adalah pustaka skrip lain untuk disertakan dengan direktif meta // @require https://update.greasyfork.org/scripts/453212/1105873/FaviconBadger.js

Penulis
PIZIDAVI
Versi
1.0
Dibuat
17 Oktober 2022
Diperbarui
17 Oktober 2022
Lisensi
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();