A dark scrollbar for myanimelist.net.
Dark Scrollbar for MyAnimeList by briter
Details
Authorbriter
LicenseNo License
Categorymyanimelist.net
Created
Updated
Size449 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 Dark Scrollbar for MyAnimeList
@namespace Briter
@version 1.0.0
@description A dark scrollbar for myanimelist.net.
@author Briter
==/UserStyle== */
@-moz-document regexp("https://*.myanimelist.net/.*") {
::-webkit-scrollbar {
background-color: #262626;
width: 15px;
}
::-webkit-scrollbar-corner {
background-color: #262626;
}
::-webkit-scrollbar-thumb {
background-color: rgba(86, 86, 86, .4);
}
}