No more ugly scrollbars
No ads
No "must signup" covering half the page when not logged in to your account
Clean MAL by satoru
Details
Authorsatoru
LicenseNo License
Categorymyanimelist.net
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name myanimelist.net - 4/17/2023, 11:14:31 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
::-webkit-scrollbar {
width: 10px;
height: 2px;
transition: 1.0s;
}
::-webkit-scrollbar-thumb {
background-color: #4712d1;
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: #5102e6;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-thumb:vertical:active,
::-webkit-scrollbar-thumb:horizontal:active {
background: #4712d1;
}
::-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;
}
@-moz-document domain("myanimelist.net") {
/* Insert code here... */
}