mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Dynamic filtering: quick guide (markdown)
parent
d615e952ae
commit
98488204c8
1 changed files with 28 additions and 2 deletions
|
|
@ -1,17 +1,43 @@
|
|||
[...]
|
||||
No wall of text, let's cut to the chase.
|
||||
|
||||
Dynamic filtering pane:
|
||||
|
||||

|
||||
|
||||
First column: what is to be dynamically filtered:
|
||||
|
||||

|
||||
|
||||
As you can see, you can create dynamic filtering rule for object types, or hostnames according to their origin.
|
||||
|
||||
Second column: global dynamic filtering rules, i.e. whatever rule appears in this column applies everywhere, on all sites:
|
||||
|
||||

|
||||
|
||||
Third column: local dynamic filtering rules, i.e. whatever rule appears in this column applies to the current site only:
|
||||
|
||||

|
||||
|
||||
So there are **global** dynamic filtering rules, and **local** dynamic filtering rules.
|
||||
|
||||
Sensible security- and privacy-wise: blocking all 3rd-party frames by default everywhere:
|
||||
|
||||

|
||||
|
||||
All embedded 3rd-party frames were blocked on the page. Good. However it appears there was an embedded Youtube video in the article:
|
||||
|
||||

|
||||
|
||||
If you want to block all 3rd-party frames by default, except for the embedded video on that particular site, two solutions:
|
||||
|
||||

|
||||
|
||||

|
||||
Create a local _noop_ rule for 3rd-party frames:
|
||||
|
||||

|
||||
|
||||
However the above rule would result in all 3rd-party frames to be unblocked.
|
||||
|
||||
The other better solution: create a local _noop_ rule for `youtube.com`: This will prevent dynamic filtering rules to apply to anything from `youtube.com`.
|
||||
|
||||
**Important:** take note that _noop_ rules by pass **only** broader dynamic filtering rules, static filtering is left completely intact, which means you won't see ads in the embedded Youtube videos.
|
||||
Loading…
Reference in a new issue