VoidVerified

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

目前為 2023-09-30 提交的版本,檢視 最新版本

作者
voidnyan
評價
0 0 0
版本
0.3.1
建立日期
2023-09-17
更新日期
2023-09-30
尺寸
2.8 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.

const verifiedUsers = [
    {
        username: "voidnyan",
        color: "#5A5A5A",
        sign: "💻",
    },
//  "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
  • messages

known bugs

  • new activities loading on home screen renders highlights in wrong activities (verified mark is in correct place)

images

reply example activity example

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址