Userstyle to hide score, views, and member count on MAL (MyAnimeList). This is so that you won't judge Anime, Manga, and Light Novels by ratings and views but give each one a fair chance.
No Score MAL by androiddevnotes
Details
Authorandroiddevnotes
LicenseNo License
Categorymyanimelist
Created
Updated
Size685 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Usage
Use browser extension or addon like "Stylus"
Add the userstyle.
You can customize the style by checking it's css.
Source code
/* ==UserStyle==
@name No Score MAL
@version 20220416.23.57
@namespace userstyles.world/user/androiddevnotes
@description Userstyle to hide score, views, and member count on MAL (MyAnimeList). This is so that you won't judge Anime, Manga, and Light Novels by ratings and views but give each one a fair chance.
@author androiddevnotes
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://myanimelist.net/") {
.ranking-digest .ranking-unit .info, .ranking-digest .ranking-unit .members {
display: none
}
.anime-detail-header-stats .stats-block {
display: none
}
.leftside {
display: none
}
.mb8 > div{
display: none
}
}