AniList VRV external link color change (white text)

Changes the colors of the external links for VRV on AniList (white text)

  1. // ==UserScript==
  2. // @name AniList VRV external link color change (white text)
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Changes the colors of the external links for VRV on AniList (white text)
  6. // @author SoaringGecko
  7. // @match *://anilist.co/*
  8. // @grant GM_addStyle
  9. // ==/UserScript==
  10.  
  11. GM_addStyle('a.external-link.VRV {background-color: #fd0;}');