1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 06:07:11 +02:00

Fix TODO in cosmetic filter with negated domains case

gwarser 2020-04-07 15:18:09 +02:00
parent 54bebf1041
commit cb21139720

@ -2,7 +2,8 @@
- See <https://github.com/uBlockOrigin/uBlock-issues/issues/954#issuecomment-602041890> - See <https://github.com/uBlockOrigin/uBlock-issues/issues/954#issuecomment-602041890>
- Looking-like-domain filters match only in domain part of URL - Looking-like-domain filters match only in domain part of URL
- See [HOST optimiztion](./Static-filter-syntax#hosts-files) - See [HOST optimiztion](./Static-filter-syntax#hosts-files)
- Negated domains in cosmetic filters work like exception (TODO: compare with ABP). - Negated domains in cosmetic filters work like exception (In ABP generic blocking filter overrides filter with negated domain).
- See <https://github.com/uBlockOrigin/uBlock-issues/issues/388>
- One filter can be counted as many, [example](./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) - `$document` works only as [blocking filter](./Static-filter-syntax#document-for-entire-page-exception)
- Generic cosmetic filters don't work in [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM) - Generic cosmetic filters don't work in [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM)