Greasy Fork is available in English.

Replace stat names with icons

Replaces stat titles and user navigation with icons from https://boxicons.com

Автор
genusslicht
Щоденних встановлень
0
Всього встановлень
1
Рейтинги
0 0 0
Версія
1.0.0
Створено
18.03.2024
Оновлено
19.03.2024
Ліцензія
MIT
Відноситься до

Script that loads a css from boxicons.com and hides all stat titles, showing icons in front of the number instead.

Works with all default skins. Should also work with other custom skins, like Tide, but you have to remove the icon url's from the custom css first, or you will get redundancies.

Customization

  • Comment out iconifyStats(); at the end of the file to ignore iconification of stats (will only add icons for user nav).
  • Comment out iconifyUserNav(); at the end of the file to ignore iconification of user navigation (will only add icons to stats).
  • DON'T comment out initBoxicons() or nothing will work ;)