1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-01 02:02:29 +02:00

Relative links

gwarser 2019-08-09 00:12:26 +02:00
parent 9bbc6e453e
commit 220550faa0

@ -1,7 +1,3 @@
[Back to Wiki home](https://github.com/gorhill/uBlock/wiki)
***
uBlock Origin comes with a logger, which gives the ability to inspect what uBlock is doing with network requests and DOM elements, whether something is blocked or allowed, and which filter, if any, matched a network request or DOM element. This logger is _unified_, meaning it will display _everything_ uBlock does as it occurs.
The logger is the tool of choice to see, understand, diagnose and fix the functioning of uBlock.
@ -78,7 +74,7 @@ The big reload button aside the page selector is to force a reload of the conten
Complementary tool to the element picker.
Please read more on dedicated page: ["DOM inspector"](https://github.com/gorhill/uBlock/wiki/DOM-inspector)
Please read more on dedicated page: ["DOM inspector"](./DOM-inspector)
***
@ -190,7 +186,7 @@ Clicking on the 4th cell of a log entry will give you access to the filtering to
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 filtering engine.
See [_"Overview of uBlock's network filtering engine: details"_](./Overview-of-uBlock's-network-filtering-engine:-details) for more details about where dynamic URL filtering fits in the overall filtering engine.
***
@ -200,4 +196,4 @@ See [_"Overview of uBlock's network filtering engine: details"_](https://github.
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.
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 filtering engine.
See [_"Overview of uBlock's network filtering engine: details"_](./Overview-of-uBlock's-network-filtering-engine:-details) for more details about where static filtering fits in the overall filtering engine.