just scrollbar
scrollbar by SaSh0ok
Details
AuthorSaSh0ok
LicenseCC Zero
Categoryscrollbar
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
scrollbar
Source code
/* ==UserStyle==
@name SaSh0o0k
@version 20230527.17.39
@namespace ?
==/UserStyle== */
@-moz-document url("") {
/* ==UserStyle==
@name all - 5/27/2023, 08:28:31 PM
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
}
@-moz-document domain("https://top.lafa.site") {
::-webkit-scrollbar {
width: 10px;
height: 2px;
transition: 1.0s;
}
::-webkit-scrollbar-thumb {
background-color: #827a99;
background-clip: padding-box;
border: 2px solid transparent;
border-radius: 5px;
transition: 1.0s!important;
}
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
background-color: #a09bae;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-thumb:vertical:active,
::-webkit-scrollbar-thumb:horizontal:active {
background: #827a99;
}
::-webkit-scrollbar-corner {
background: transparent;
}
/*Ads Banners */
.page-common #headerSmall .banner-header-anime-straming {
display: none !important;
}
.page-common #header-menu .header-menu-login .btn-mal-service {
display: none !important;
}
.wrapper .top_signup{
display: none !important;
}
}