Skip to content

Instantly share code, notes, and snippets.

RYM Album, First Name,Last Name,First Name localized, Last Name localized,Title,Release_Date,Rating,Ownership,Purchase Date,Media Type,Review
"3463361","","폐허","","Pyha","맞불놀이","2011","6","n","","", ""
"3026560","","밤섬해적단","","Bamseom Pirates","서울불바다 (Seoul Inferno)","2010","7","n","","", ""
"12062127","Bill","$aber","","","Just Doesnt Matter","2019","5","n","","", ""
"8918628","Bill","$aber","","","Kill Everything","2018","5","n","","", ""
"12884111","Bill","$aber","","","Kill Everything 2","2021","3","n","","", ""
"10404457","","070 Shake","","","Modus vivendi","2020","5","n","","", ""
"5939009","","11Paranoias","","","Stealing Fire From Heaven","2014","6","n","","", ""
"273908","","122 Stab Wounds","","","The Deity of Perversion","1996","5","n","","", ""
"2803260","","13 Bats","","","Dust","2010","6","n","","", ""
@hemogoblinoid
hemogoblinoid / Hide RYM Bias.user.js
Last active November 11, 2024 05:45
Userscript that hides average ratings and other potential sources of bias on RateYourMusic. Developed using Tampermonkey.
// ==UserScript==
// @name Hide RYM Bias
// @namespace http://tampermonkey.net/
// @version 0.5
// @description Hide rating information to minimize outside influence when forming your opinions.
// @author Hemogoblinoid
// @match https://rateyourmusic.com/*
// @grant GM_addStyle
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js
// @run-at document-start