mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Filter details dialogs
parent
f281b4c21e
commit
3d7c23cfdc
1 changed files with 4 additions and 4 deletions
|
|
@ -221,15 +221,15 @@ You can find out from which filter list(s) a static filter originates, by simply
|
|||
|
||||
#### Creating filters
|
||||
|
||||

|
||||

|
||||
|
||||
Clicking on the 4th cell of a log entry will give you access to the filtering tools dialog (modal), from where you can easily create dynamic URL filtering rules or just standard static filters, and launch the element picker.
|
||||
Clicking on the highlighted cell of the log entry will give you access to the filtering tools dialog (modal), from where you can easily create dynamic URL filtering rules or just standard static filters.
|
||||
|
||||
***
|
||||
|
||||
##### Dynamic URL filtering rules
|
||||
|
||||

|
||||

|
||||
|
||||
Point-and-click to create dynamic URL filtering rules. These rules are temporary by default, you need to click the padlock if you want them to be permanent. Useful to find out which network requests need to be blocked or allowed on a page in order, to fix a broken page, or to further block more useless resources from a page.
|
||||
|
||||
|
|
@ -239,7 +239,7 @@ See [_"Overview of uBlock's network filtering engine: details"_](./Overview-of-u
|
|||
|
||||
##### Static network filters
|
||||
|
||||

|
||||

|
||||
|
||||
This dialog will assist you in creating static filters compatible with [ABP filter syntax](https://adblockplus.org/filter-cheatsheet). Note that creating static filters incur a significant overhead relative to dynamic URL filtering rules. Typically, you will first use dynamic URL filtering rules to quickly diagnose which network requests need to be allowed/blocked.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue