Skip to content

Youtube - Pink Progress bar by brvvklvn

Screenshot of Youtube - Pink Progress bar

Details

Authorbrvvklvn

Licensebrvvklvn

CategoryYoutube

Created

Updated

Size1.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Pink progress bar for youtube THAT WORKS!

Notes

If wanted you can change color in stylus.

Source code

/* ==UserStyle==
@name           YouTube - Custom colors video progress bar
@namespace      userstyles.world
@version        1.0.0
==/UserStyle== */
@-moz-document domain("youtube.com") {
/* scrubber button */
.html5-scrubber-button:hover, .ytp-scrubber-button:hover, .ytp-swatch-background-color, .ytp-swatch-background-color-secondary {
   background: #e627b3 !important;
}
/* progress bar */
.html5-play-progress, .ytp-play-progress {
   background: #e627b3 !important; 
}
.ytp-volume-slider-track, .ytp-volume-slider-handle:before {
   background: #e627b3 !important;
   z-index: -117;
}
.ytp-settings-button.ytp-hd-quality-badge::after, .ytp-settings-button.ytp-4k-quality-badge::after, .ytp-settings-button.ytp-5k-quality-badge::after, .ytp-settings-button.ytp-8k-quality-badge::after, .ytp-settings-button.ytp-3d-badge::after {
   background-color: #e627b3 !important;
}
.ytp-swatch-color {
   color: #e627b3 !important;
}
.ytp-menuitem[aria-checked="true"] .ytp-menuitem-toggle-checkbox {
   background: #e627b3 !important;
}
.ytp-chrome-controls .ytp-button.ytp-youtube-button:hover:not([aria-disabled="true"]):not([disabled]) .ytp-svg-fill-logo-tube-lozenge {
   fill: #e627b3 !important;
}
.ytp-cued-thumbnail-overlay:hover .ytp-large-play-button-bg, .ytp-large-play-button.ytp-touch-device .ytp-large-play-button-bg {
   fill: #e627b3 !important;
}
.resume-playback-progress-bar {
   background: #e627b3 !important;
}
.ytp-chrome-controls .ytp-button[aria-pressed]::after {
   background-color: #e627b3 !important;
}
.yt-uix-checkbox-on-off input-extras2-disabled[type="checkbox"]:checked + label {
   background-color: #e627b3 !important;
}
.video-extras-sparkbar-likes-extras2-disabled {
   background-color: #e627b3 !important;
}
}

Reviews

No reviews yet.