VoidVerified

Display a verified sign next to user's name in AniList.

Από την 17/09/2023. Δείτε την τελευταία έκδοση.

Δημιουργός
voidnyan
Βαθμολογίες
0 0 0
Έκδοση
0.1.1
Δημιουργήθηκε την
17/09/2023
Ενημερώθηκε την
17/09/2023
Μέγεθος
4 KB
Άδεια
MIT
Εφαρμόζεται σε

Display a verified sign next to user's name in AniList. The list of users can be configured in the beginning of the script.

Put each user in quotation marks, separate by comma.

const verifiedUsers = [
    "user1",
    "user2",
    "user3"
];

The color and sign of the verified-symbol can be changed. Undefined color takes the link color of the username. Color can be overwritten by CSS-color.

A couple of initial release bugs / caveats:

  • on initial load of users profile, it will fail. the script listens to HTML changes, so if you open a profile on a new tab, it doesn't recognize those
  • there are probably some places where it will not load the check mark

It should add the verified mark in following situations:

  • home feed list activity
  • home feed text activity
  • replies to activities
  • profile text activity, when the pageload is not initial load
  • profile username, when the pageload is not initial load
  • messages