display the bump button duh-doy
当前为
// ==UserScript==
// @name RYM: bump button always on
// @version 0.1
// @description display the bump button duh-doy
// @match http://rateyourmusic.com/release/*
// @match https://rateyourmusic.com/release/*
// @copyright 2013+, Method Man
// @namespace https://www.youtube.com/watch?v=-z-EGRbtxlw
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
// ==/UserScript==
$(".my_catalog_bump:eq(0)").find(">:first-child").attr("style","display: block;")