Brighter links on YT (return blue YT description links)

Makes the links on YT a little brighter

  1. // ==UserScript==
  2. // @name Brighter links on YT (return blue YT description links)
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.3
  5. // @description Makes the links on YT a little brighter
  6. // @author SoaringGecko
  7. // @match *://*.youtube.com/*
  8. // @grant GM_addStyle
  9. // @run-at document-start
  10. // ==/UserScript==
  11.  
  12. GM_addStyle ( "#description a:not(.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline) {color: #3ea6ff !important;}" );