A progress bar for youtube
Zero-2 Progress Bar - YouTube by feittosaa
Details
Authorfeittosaa
LicenseNo License
CategoryYoutube
Created
Updated
Size559 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name feittosaa
@namespace github.com/feittosaa
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytp-scrubber-button
{
background: url("https://zero-twoo.glitch.me/Image/104599-full.gif")! important;
background-repeat: no-repeat! important;
width: 500px! important;
height: 250px! important;
margin-left: -241px! important;
margin-top: -157px! important;
transform: scale(0.3)! important;
}
}