Changes the Youtube progress bar to a Ceres Fauna gif.
Gif link: https://i.imgur.com/kOKhCMK.gif
Authorgoodhuntingstalker
LicenseNONE
Categoryyoutube.com
Created
Updated
Size650 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Changes the Youtube progress bar to a Ceres Fauna gif.
Gif link: https://i.imgur.com/kOKhCMK.gif
/* ==UserStyle==
@name Ceres Fauna Progress Bar
@namespace USO Archive
@author Jack
@description Changes the Youtube progress bar to a Ceres Fauna gif.
@version 20240725.21.10
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytp-scrubber-button.ytp-swatch-background-color {
background: url("https://i.imgur.com/kOKhCMK.gif") no-repeat !important;
background-size: contain !important;
width: 51px !important;
height: 51px !important;
margin-left: -20px !important;
margin-top: -30px !important;
transform: scale(1) !important;
}
}