8 ms·
Here is a tampermonkey script to disable the youtube progress bar gradient: https://pastebin.com/WQATnsBU https://pastebin.com/WQATnsBU
by zoltar 2y ago
Here is a tampermonkey script to disable the youtube progress bar gradient:
https://pastebin.com/WQATnsBU https://pastebin.com/WQATnsBU
- Aaron2222 2y agoI just added this to my userstyle CSS for YouTube: /* Remove pink tint from end of progress bar */ .ytp-play-progress.ytp-swatch-background-color, .style-scope.ytd-thumbnail-overlay-resume-playback-renderer, .ytp-scrubber-button.ytp-swatch-background-color { background: var(--yt-spec-static-brand-red) !important; }