AniList VRV external link color change

Changes the colors of the external links for VRV on AniList

Tính đến 19-07-2020. Xem phiên bản mới nhất.

// ==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;}');