CSS fixed to new youtube
目前為
// ==UserScript==
// @name FixRedYoutube
// @description CSS fixed to new youtube
// @include *://*.youtube.com*
// @grant GM_addStyle
// @version 1.3
// @namespace
// ==/UserScript==
GM_addStyle ( "paper-button.ytd-subscribe-button-renderer {\
background: hsla(3, 60%, 47%, 1)\
}\
a.yt-simple-endpoint.yt-formatted-string {\
color: hsla(3, 60%, 47%, 1)\
}\
path#lozenge-path {\
fill: hsla(3, 60%, 47%, 1)\
}");