EastRane / Shiki No Rating

// ==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 }');