VoidVerified

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

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

Δημιουργός
voidnyan
Βαθμολογίες
0 0 0
Έκδοση
0.3.4
Δημιουργήθηκε την
17/09/2023
Ενημερώθηκε την
02/10/2023
Μέγεθος
7 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.

configuration

You can modify each user by changing the values in the following example. Leaving a value undefined uses a default value. You can also add just an username as string, like in the example below. don't add the slashes (//).

leaving color undefined in user list and the verifiedDefaults color options uses the link colour of AniList / the user profile currently viewed.

if copyColorFromProfile is set to true on global level or per user, the user's color will be copied from their profile on a profile visit. note that the configured color will take precedence.

const verifiedUsers = [
    {
        username: "voidnyan",
        color: "#5A5A5A",
        sign: "💻",
        copyColorFromProfile: true
    },
//  "anotheruser"
];

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.

features

It should add the verified mark // highlight in following situations:

  • home feed list activity
  • home feed text activity
  • directly linked list/text activity
  • replies to activities
  • profile text activity
  • profile username
  • messages

images

reply example activity example

长期地址
遇到问题?请前往 GitHub 提 Issues。