Greasy Fork is available in English.

FaviconBadger

Add a counter badge on the favicon

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @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();