mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated The logger (markdown)
parent
0ca961c8be
commit
aa1c97fca7
1 changed files with 16 additions and 0 deletions
|
|
@ -99,3 +99,19 @@ This will cause all entries in the logger which are unrelated to the currently o
|
|||

|
||||
|
||||
Clicking on the 4th cell of a log entry will give you access to the filtering tools, from where you can easily create dynamic URL filtering rules, or just standard static filters.
|
||||
|
||||
##### Dynamic URL filtering
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||
See [_"Overview of uBlock's network filtering engine: details"_](https://github.com/gorhill/uBlock/wiki/Overview-of-uBlock's-network-filtering-engine:-details) for more details about where dynamic URL filtering fits in the overall uBlock filtering engine.
|
||||
|
||||
##### Static filtering
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||
See [_"Overview of uBlock's network filtering engine: details"_](https://github.com/gorhill/uBlock/wiki/Overview-of-uBlock's-network-filtering-engine:-details) for more details about where static filtering fits in the overall uBlock filtering engine.
|
||||
|
|
|
|||
Loading…
Reference in a new issue