AniList VRV external link color change

Changes the colors of the external links for VRV on AniList

目前為 2020-07-19 提交的版本,檢視 最新版本

// ==UserScript==
// @name         AniList VRV external link color change
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Changes the colors of the external links for VRV on AniList
// @author       SoaringGecko
// @match        *://anilist.co/*
// @grant        GM_addStyle
// ==/UserScript==

GM_addStyle('a.external-link.VRV {background-color: #fd0;color: #1B1A26;}');

QingJ © 2025

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