1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-28 21:57:12 +02:00

Updated Filter syntax extensions (markdown)

Raymond Hill 2015-06-07 07:46:59 -04:00
parent 1f34948688
commit 97cff49bb8

@ -24,6 +24,10 @@ Example: `||google-analytics.com^$important,third-party` will block all net requ
To specifically disable inline script tags in a main page: `||example.com^$inline-script`. To specifically disable inline script tags in a main page: `||example.com^$inline-script`.
`first-party`:
This is equivalent to `~third-party`. Provided strictly for convenience (0.9.9.0).
#### Cosmetic filters #### Cosmetic filters
**Entity-based cosmetic filters:** Filters which are to be applied to a specific _entity_. **Entity-based cosmetic filters:** Filters which are to be applied to a specific _entity_.