Greasy Fork is available in English.

Brighter links on YT (return blue YT description links)

Makes the links on YT a little brighter

// ==UserScript==
// @name         Brighter links on YT (return blue YT description links)
// @namespace    http://tampermonkey.net/
// @version      0.3
// @description  Makes the links on YT a little brighter
// @author       SoaringGecko
// @match        *://*.youtube.com/*
// @grant    GM_addStyle
// @run-at   document-start
// ==/UserScript==

GM_addStyle ( "#description a:not(.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline) {color: #3ea6ff !important;}" );