NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Red volume bar for YouTube // @version 1.0 // @author Andy Barron // @include /^https?://(.*\.)*youtube\.com(/.*)?$/ // ==/UserScript== (function(){var s=document.createElement("style");s.innerHTML=".ytp-volume-slider-handle,.ytp-volume-slider-handle:before{background:#f00;} .ytp-volume-slider-handle:after{background:rgba(255,0,0,.2);}";document.head.appendChild(s);s = undefined;})();