Adds Peppino Spaghetti from Pizza Tower as your video progress bar.
Peppino Progress Bar for Youtube by rattiemcfattie
Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/259960.user.css
Details
Authorrattiemcfattie
LicenseNONE
Categoryyoutube
Created
Updated
Size681 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 Peppino Progress Bar for Youtube
@namespace USO Archive
@author rattie mcfattie
@description Adds Peppino Spaghetti from Pizza Tower as your video progress bar.
@version 20230409.16.05
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/") {
.html5-scrubber-button, .ytp-scrubber-button {
background: url("https://i.imgur.com/ntP87wS.gif")! important;
background-repeat: no-repeat! important;
width: 126px! important;
height: 90px! important;
margin-left: -50px! important;
margin-top: -65px! important;
transform: scale(0.6)! important;
}
}