From 873fc789aed0cc8ac978fa59d84befad3e7856ea Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 1 Oct 2025 00:24:54 +0200 Subject: up --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.def.h b/config.def.h index fb6d574..352970d 100644 --- a/config.def.h +++ b/config.def.h @@ -109,11 +109,14 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | */ static SiteSpecific styles[] = { /* regexp file in $styledir */ + { "://10\\.1\\.1\\.6", "default.css" }, { "://dash\\.int\\.ysosecure\\.com", "default.css" }, { "://leek\\.int\\.ysosecure\\.com", "default.css" }, { "://support\\.nuabee\\.fr", "default.css" }, { "://windmill\\.nuabee\\.fr", "default.css" }, { "://www\\.startpage\\.com", "default.css" }, + { "://duckduckgo\\.com", "default.css" }, + { "://www\\.protondb\\.com", "default.css" }, { "://www\\.reddit\\.com", "default.css" }, { "://www\\.youtube\\.com", "default.css" }, { "://github\\.com", "default.css" }, -- cgit v1.2.3