1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

Link to generichide from specific-generic

gwarser 2024-04-04 19:22:24 +02:00
parent b8a82e99fd
commit 5e0f80b02e

@ -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.