🏠 Home 

Add to List Button in Catalog Section - RateYourMusic

Adds the add to list button to the rating/cataloguing section of the page.


Install this script?
// ==UserScript==
// @name        Add to List Button in Catalog Section - RateYourMusic
// @namespace   iN008
// @match       https://rateyourmusic.com/release/*
// @license     MIT
// @version     1.0
// @author      ~iN008
// @description Adds the add to list button to the rating/cataloguing section of the page.
// ==/UserScript==
$("#addtolist").clone().addClass("CatalogList").appendTo("div.release_my_catalog"),
$("div.CatalogList").children("#add_to_list_btn").css({"margin-top":"0em", "font-size":".8em", "padding":".3em .8em", "line-height":"2"}),
$("div.CatalogList").children("#add_to_list_lists").css({"line-height":"1em", "top":"2.2em"})