From d1f7b27534ed93bf2e16665df483f636060f0340 Mon Sep 17 00:00:00 2001 From: Eduardo Roberto Date: Fri, 20 Dec 2024 13:32:55 +0000 Subject: [PATCH] ops-csshacks: Darken artist page group headers --- ops-csshacks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ops-csshacks.js b/ops-csshacks.js index baf8653..f388c8f 100644 --- a/ops-csshacks.js +++ b/ops-csshacks.js @@ -3,7 +3,7 @@ // @description Collages below torrents, adds .tl_notice // @author euamotubaina // @namespace github.com/euamotubaina -// @version 2024-12-20 +// @version 2024-12-20_01 // @grant none // @match https://orpheus.network/torrents.php* // @match https://orpheus.network/artist.php?id=* @@ -39,7 +39,7 @@ .main_column .td_info a[href^="https"]:hover { background: none !important; } -#torrent_details tr.edition { +.torrent_table tr.edition { background-color: transparent; }`; document.head.appendChild(tlNot);