Незуко пробегает через ваш индикатор прогресса YouTube
Nezuko Run Progress Bar - YouTube by d3z3rs
Details
Authord3z3rs
LicenseNo License
CategoryYoutube
Created
Updated
Size720 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 Nezuko Run Progress Bar - YouTube
@version 20211106.15.31
@namespace userstyles.world/user/d3z3rs
@description Незуко пробегает через ваш индикатор прогресса YouTube
@author d3z3rs
@license No License
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
.ytp-scrubber-button
{
background: url("https://cdn.discordapp.com/attachments/779691718160941076/845583088904962058/akbKSb4.gif")! important;
background-repeat: no-repeat! important;
width: 126px! important;
height: 90px! important;
margin-left: -75px! important;
margin-top: -67px! important;
transform: scale(0.6)! important;
}
}