From 5e0f80b02e9b4af80431166da5d5be8264400a1a Mon Sep 17 00:00:00 2001 From: gwarser Date: Thu, 4 Apr 2024 19:22:24 +0200 Subject: [PATCH] Link to generichide from specific-generic --- Static-filter-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 555ba10..871cd3d 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -943,7 +943,7 @@ But a typical generic cosmetic filter would only inject when uBO's DOM surveyor ##.selector ``` -The new specific-generic form will also be disabled when a web page is subject to a `generichide` exception filter since the filter is essentially generic. The only difference from the usual generic form is that the filter is injected unconditionally instead of through the DOM surveyor. +The new specific-generic form will also be disabled when a web page is subject to a [`generichide`](#generichide) exception filter since the filter is essentially generic. The only difference from the usual generic form is that the filter is injected unconditionally instead of through the DOM surveyor. Specific-generic cosmetic filters will NOT become discarded when checking the "Ignore generic cosmetic filters" option in the "Filter lists" pane since this option is primarily to disable the DOM surveyor.