NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Shiki No Rating
// @namespace http://shikimori.org/
// @version 0.2-1205
// @description MAL's and Shikimori's rating removing
// @author EastRane
// @match http://shikimori.org/*
// @match https://shikimori.org/*
// @match http://shikimori.one/*
// @match https://shikimori.one/*
// @license MIT
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle('.scores { display: none; } .c-info-right .subheadline.m5 { display: none } .rating { display: none }');