diff options
author | Tim Keller <tjkeller.xyz> | 2024-11-17 22:36:53 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-11-17 22:36:53 -0600 |
commit | 6bb49cc16cbf03d4e0980c2343372ff20d0a4b55 (patch) | |
tree | 38b659a6081e639cce5bd4503886370a75c5c770 /misc/rateyourmusic.com-dark-reader-compatibility.js | |
parent | d7484069764fe74654fe5e7721919462bc1286d2 (diff) | |
download | userscripts-6bb49cc16cbf03d4e0980c2343372ff20d0a4b55.tar.xz userscripts-6bb49cc16cbf03d4e0980c2343372ff20d0a4b55.zip |
rename all scripts to have .user.js ext
Diffstat (limited to 'misc/rateyourmusic.com-dark-reader-compatibility.js')
-rw-r--r-- | misc/rateyourmusic.com-dark-reader-compatibility.js | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/misc/rateyourmusic.com-dark-reader-compatibility.js b/misc/rateyourmusic.com-dark-reader-compatibility.js deleted file mode 100644 index e2c20c2..0000000 --- a/misc/rateyourmusic.com-dark-reader-compatibility.js +++ /dev/null @@ -1,20 +0,0 @@ -// ==UserScript== -// @name rateyourmusic.com darkmode compat -// @namespace Violentmonkey Scripts -// @match https://rateyourmusic.com/* -// @grant GM_addStyle -// @version 1.0 -// @author - -// @description 7/9/2024, 10:34:17 PM -// ==/UserScript== - -GM_addStyle(` - .page_charts_section_charts_item_details_average_num { background: var(--average-rating); -webkit-background-clip: text; } - .page_home_intro_content_text_sitename, - .disco_avg_rating { background-clip: text !important; } - #column_container_right *, - .disco_expand_section_btn { background: #111 !important; } - #ui_search_input_main_search { background: #252525; } - .page_home_section_featured_content_content_item .page_section_dynamic_fade_cover { background: linear-gradient(to bottom,rgba(128,128,128,0),#212121); } - .ui_button { background: 444 !important; } -`) |