// ==UserScript== // @name RYM Review Hider // @version 1.02 // @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js // @grant none // @description Tired of letting other people's opinions influence your own? This simple userscript hides other user's ratings by default. Already rated a release and want to see what others said? Just press the toggle rating data button. // @match https://rateyourmusic.com/release/* // @match http://rateyourmusic.com/release/* // @match http://rateyourmusic.com/artist/* // @match https://rateyourmusic.com/artist/* // @namespace https://greasyfork.org/users/758717 // @downloadURL https://update.greasyfork.icu/scripts/424986/RYM%20Review%20Hider.user.js // @updateURL https://update.greasyfork.icu/scripts/424986/RYM%20Review%20Hider.meta.js // ==/UserScript== var rating = $('.avg_rating').text(); var hidden = true; //var url = window.location.href; if (!window.location.href.includes("/reviews/") && !window.location.href.includes("/artist/")) { $('.section_reviews').hide(); $('.avg_rating').text("?"); $('.section_catalog').hide(); $('.section_my_catalog').append("