Greasy Fork is available in English.
Add a counter badge on the favicon
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/453212/1105873/FaviconBadger.js
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();