From bba9de5d4ecf0b65ae957b0e8a0f99aa8b920277 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Sat, 25 Oct 2025 13:49:40 +0200 Subject: [PATCH] Fix Regex --- gelbooru-disable-nyudachi.user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gelbooru-disable-nyudachi.user.css b/gelbooru-disable-nyudachi.user.css index c40f95d..d4906d9 100644 --- a/gelbooru-disable-nyudachi.user.css +++ b/gelbooru-disable-nyudachi.user.css @@ -10,7 +10,7 @@ /* Dieses UserCSS befindet sich noch in der Testphase */ -@-moz-document regexp("https?:\\/\\/gelbooru\\.com\\/index\\.php$") { +@-moz-document regexp("https?:\\/\\/gelbooru\\.com\\/(index\\.php)?$") { /* Verstecke AdBlock-Nachricht generell */ div[style*="text-align: center"][style*="color: #5a5a5a"]:has(a[onclick*="addEngine"]) { display: none !important;