Skip to content

youtube.com no gradient on progress bar by iskile

Details

Authoriskile

LicenseNo License

Categoryyoutube

Created

Updated

Code size593 B

Code checksumfa18d85d

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the gradient from the progress bar in the video

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           youtube.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
  /* yt */
  .YtProgressBarLineProgressBarPlayedRefresh,
  .ytp-cairo-refresh .ytp-swatch-background-color,
  .ytp-play-progress,
  ytd-thumbnail-overlay-resume-playback-renderer[enable-refresh-signature-moments-web] #progress.ytd-thumbnail-overlay-resume-playback-renderer,
  /* yt music */
  #primaryProgress.tp-yt-paper-progress
  {
    background: #f03!important;
  }
}

Reviews

No reviews yet.