sleeping my melody youtube progress bar
progbar by mrworldwide
Details
Authormrworldwide
LicenseNo License
Categoryyoutube.com
Created
Updated
Code size1.2 kB
Code checksum7b33bd74
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name my melody progress bar by critter <33
@namespace USO Archive
@author rat boy
@description a cute pink my melody progress bar!
@version 20220624.00.49
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("youtube.com")
{
.html5-play-progress, .ytp-play-progress
{
background: #FB9EC4 !important;
}
.html5-scrubber-button, .ytp-scrubber-button
{
background: url("https://tenor.com/view/sanrio-melody-cute-gif-27290149") !important;
width: 45px !important;
height: 60px !important;
border: none !important;
margin-left: -5px !important;
margin-top: -35px !important;
}
.html5-progress-bar-container, .ytp-progress-bar-container
{
height: 12px !important;
}
.html5-progress-bar, .ytp-progress-bar
{
margin-top: 12px !important;
}
.html5-progress-list, .ytp-progress-list, .video-ads .html5-progress-list.html5-ad-progress-list, .video-ads .ytp-progress-list.ytp-ad-progress-list
{
height: 12px !important;
}
.ytp-volume-slider-track
{
background: #fb9ec4 !important;
}
}