VoidVerified

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

当前为 2023-09-18 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
voidnyan
评分
0 0 0
版本
0.2.0
创建于
2023-09-17
更新于
2023-09-18
大小
7.6 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: "💻",
        title: "devnyan"
    },
//  "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.

Saving configuration

You can save the configuration to localStorage before updating the script to a new version since version 0.2.0. Switch the displaySaveButton value to true. Refresh the page. In the footer, under Sitemap.xml link should be a beautiful button that saves the current values of verifiedDefaults and verifiedUsersDefault variables to localStorage.

Known issues

A couple of known bugs:

  • 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
  • loading new list items messes up old ones.
  • closing and reopening replies does not render highlights or verified signs

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, when the pageload is not initial load
  • profile username, when the pageload is not initial load
  • messages

images

reply example activity example