diff options
-rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
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" }, |