Greasy Fork

Greasy Fork is available in English.

BeatSaver Color Changer

Change the downvote color to the old one

目前为 2022-08-06 提交的版本,查看 最新版本

// ==UserScript==
// @name         BeatSaver Color Changer
// @namespace    bv-downvote-color-changer
// @description  Change the downvote color to the old one
// @match        https://*.beatsaver.com/*
// @grant        GM_addStyle
// @version      1.0
// @license      MIT
// ==/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")