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
تم إنشاؤه
17-10-2022
تم تحديثه
17-10-2022
الترخيص
لا يوجد

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