Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Here is a tampermonkey script to disable the youtube progress bar gradient:

https://pastebin.com/WQATnsBU



I 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;
  }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: