From ab69dc2b5d9f6b08971cd866aedfc0659b6c323c Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 8 Feb 2015 19:49:43 -0500 Subject: [PATCH] Updated Dynamic filtering: rule syntax (markdown) --- Dynamic-filtering:-rule-syntax.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dynamic-filtering:-rule-syntax.md b/Dynamic-filtering:-rule-syntax.md index fccf141..c7f2660 100644 --- a/Dynamic-filtering:-rule-syntax.md +++ b/Dynamic-filtering:-rule-syntax.md @@ -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 @@ -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: +- `*`: any type of request - `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 - `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