FaviconBadger

Add a counter badge on the favicon

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greasyfork.org/scripts/453212/1105873/FaviconBadger.js

作者
PIZIDAVI
版本
1.0
建立日期
2022-10-17
更新日期
2022-10-17
授權條款
未知

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