Skip to content

No Score MAL by androiddevnotes

Screenshot of No Score MAL

Details

Authorandroiddevnotes

LicenseNo License

Categorymyanimelist

Created

Updated

Size685 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

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.

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
}
}

Reviews

No reviews yet.