From 220550faa0aa839f5c4f20d33fefff90e514193c Mon Sep 17 00:00:00 2001 From: gwarser Date: Fri, 9 Aug 2019 00:12:26 +0200 Subject: [PATCH] Relative links --- The-logger.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/The-logger.md b/The-logger.md index a4176d1..635e3ea 100644 --- a/The-logger.md +++ b/The-logger.md @@ -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.