diff --git a/Syntax-quirks.md b/Syntax-quirks.md index 61b754d..c8a5a10 100644 --- a/Syntax-quirks.md +++ b/Syntax-quirks.md @@ -1,7 +1,11 @@ -- Filters match on word boundaries unless explicitly wildcarded - https://github.com/uBlockOrigin/uBlock-issues/issues/954#issuecomment-602041890 -- Looking-like-domain filters match only in domain part of URL - [HOST optimiztion](./Static-filter-syntax#hosts-files) +- Filters match on word boundaries unless explicitly wildcarded + - See +- Looking-like-domain filters match only in domain part of URL + - See [HOST optimiztion](./Static-filter-syntax#hosts-files) - Negated domains in cosmetic filters work like exception (TODO: compare with ABP). -- One filter can be counted as many, [exmple](./Static-filter-syntax#badfilter) +- One filter can be counted as many, [example](./Static-filter-syntax#badfilter) - `$document` works only as [blocking filter](./Static-filter-syntax#document-for-entire-page-exception) -- generic cosmetic filters don't work in ShadowDOM - https://github.com/uBlockOrigin/uBlock-issues/issues/803 -- popup filters will not close pages opened by direct user action - https://github.com/uBlockOrigin/uBlock-issues/issues/774 +- Generic cosmetic filters don't work in [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM) + - See +- Popup filters will not close pages opened by direct user action + - See