From 75c5d1878882cbbca4f19a786c77761a8a616653 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Tue, 17 Sep 2024 16:04:32 +0800 Subject: [PATCH] Fix tag translation not works on toplist page --- eh_gallery_script.user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eh_gallery_script.user.js b/eh_gallery_script.user.js index 5a9b8c1..bf21cf4 100644 --- a/eh_gallery_script.user.js +++ b/eh_gallery_script.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name EH Gallery Script // @namespace https://github.com/lifegpc/userscript -// @version 0.1.15 +// @version 0.1.16 // @description :( // @author lifegpc // @match https://*.e-hentai.org/g/*/* @@ -16,6 +16,7 @@ // @match https://*.e-hentai.org/tag/* // @match https://*.e-hentai.org/uploader/* // @match https://*.e-hentai.org/mytags +// @match https://*.e-hentai.org/toplist.php?* // @match https://*.exhentai.org/g/*/* // @match https://*.exhentai.org/ // @match https://*.exhentai.org/?* @@ -448,6 +449,7 @@ GM_addStyle(` .egs__msg-warn{background:#FF9900} td.tc{text-wrap:nowrap} .tippy-content p{white-space:break-spaces;color:black!important} +div[id^="tippy-"]{opacity:initial!important} `) GM_addStyle(GM_getResourceText("s")); /**