Skip to content

No Score MDL by androiddevnotes

Screenshot of No Score MDL

Details

Authorandroiddevnotes

LicenseNo License

CategoryMyDramaList

Created

Updated

Size712 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Userstyle to hide score, views, and member count on MDL (MyDramaList). This is so that you won't judge Dramas 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 MDL
@version      20220615.14.05
@namespace    userstyles.world/user/androiddevnotes
@description  Userstyle to hide score, views, and member count on MDL (MyDramaList). This is so that you won't judge Dramas by ratings and views but give each one a fair chance.
@author       androiddevnotes
@license      No License
==/UserStyle== */

@-moz-document domain("mydramalist.com") {
.rating {
    display:none
}
.score {
    display:none
}

#show-detailsxx{
    display:none
}

.review .review-body .box-body {
    display:none
}


.rating-panel {
    display:none
}

div.box.clear.hidden-sm-down {
    display:none
}

div.box.pull-right.text-sm.m-a-sm {
    display:none
}
}

Reviews

No reviews yet.