I made a Youtube progress bar of the levi akerman character sweeping. I technically pulled the code from somewhere else but this one isn’t functional, I made it functional.
Levi progress bar by jackira01
Details
Authorjackira01
LicenseNo License
Categoryyoutube
Created
Updated
Size774 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 Levi progress bar
@version 20220804.15.25
@namespace userstyles.world/user/jackira01
@description I made a Youtube progress bar of the levi akerman character sweeping. I technically pulled the code from somewhere else but this one isn’t functional, I made it functional.
@author jackira01
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytp-scrubber-button {
background: url("https://i.im.ge/2022/08/04/FbQCdf.animesher-com-transparent-aot-manga-11161121.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;
}
}