It display pekora when you hover over the progress ba.
youtube progress bar transform into perkora by fluffygura
Details
Authorfluffygura
LicenseNO-REDISTRIBUTION
CategoryYoutube
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
u download it and it will work
Source code
/* ==UserStyle==
@name youtube progress bar transform into perkora
@version 20220424.10.05
@namespace userstyles.world/user/fluffygura
@description It display pekora when you hover over the progress ba.
@author fluffygura
@license NO-REDISTRIBUTION
==/UserStyle== */
/* ==UserStyle==
@name Pekora skipping with her fans Youtube Progress Bar
@namespace USO Archive
@author FluffyGUra
@description 'Im an ameture at this,hence there it won't look nice but as long as it works it s ok :D
@version 69.420
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("youtube.com") {
/*
* Name: Pekora progressbar
* Title: Pekora Progressbar
* Author: FluffyGura
* Version: 0.1
*
*/
.html5-scrubber-button, .ytp-scrubber-button {
background-repeat: no-repeat ! important;
width: 220px;
height: 180px;
padding: 20px;
margin-left: -90px ! important;
margin-top: -50px ! important;
border: none ! important;
background-color: #fff0;
background-image: url(https://c.tenor.com/Z7zqZr04oPcAAAAC/usada-pekora.gif);
background-size: contain;
}
}