VoidVerified

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

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

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

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