// ==UserScript== // @name BeatSaver Color Changer // @namespace bs-downvote-color-changer // @description Change the downvote color to the old one // @match https://*.beatsaver.com/* // @grant GM_addStyle // @version 1.0 // @license MIT // @downloadURL none // ==/UserScript== GM_addStyle(".search-results .beatmap small.vote .d, .search-results .beatmap .vote.small .d, .playlist .beatmap small.vote .d, .playlist .beatmap .vote.small .d {background: #e74c3c;}!important")