1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-17 07:52:42 +01:00

Updated Dynamic filtering: rule syntax (markdown)

Raymond Hill 2015-02-08 19:49:43 -05:00
parent 71f5a77fbb
commit ab69dc2b5d

@ -1,4 +1,6 @@
Note: Dynamic filtering is only available [when "advanced users" setting is turned on](https://github.com/gorhill/uBlock/wiki/Advanced-user-features). [Back to "Dynamic-filtering"](https://github.com/gorhill/uBlock/wiki/Dynamic-filtering)
***
### Rule syntax ### Rule syntax
@ -12,7 +14,9 @@ Source hostname always correspond to the hostname extracted from the URL of the
Type-based rules are used to filter specific types of request on a web page. There currently exists five types of request which can be dynamically filtered: Type-based rules are used to filter specific types of request on a web page. There currently exists five types of request which can be dynamically filtered:
- `*`: any type of request
- `image`: images - `image`: images
- `3p`: any request which 3rd-party to the web page
- `inline-script`: inline script tags, i.e. scripts embedded in the main document - `inline-script`: inline script tags, i.e. scripts embedded in the main document
- `1p-script`: 1st-party scripts, i.e. scripts which are pulled from the same domain name of the current web page - `1p-script`: 1st-party scripts, i.e. scripts which are pulled from the same domain name of the current web page
- `3p-script`: 3rd-party scripts, i.e. scripts which are pulled from a different domain name than that of the current web page - `3p-script`: 3rd-party scripts, i.e. scripts which are pulled from a different domain name than that of the current web page