From ab43524d6d418a2f3fe85c76134c6974a541f59c Mon Sep 17 00:00:00 2001 From: gwarser Date: Fri, 8 May 2020 11:43:20 +0200 Subject: [PATCH] Updated DOM inspector (markdown) --- DOM-inspector.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOM-inspector.md b/DOM-inspector.md index 941b475..616bbbf 100644 --- a/DOM-inspector.md +++ b/DOM-inspector.md @@ -1,6 +1,6 @@ -uBlock Origin comes with its own custom DOM inspector, to assist in the creation of cosmetic filters, as a complementary tool to the element picker (click the `` to access it): +uBlock Origin comes with its own custom DOM inspector, to assist in the creation of cosmetic filters, as a complementary tool to the [element picker](./Element-picker) and the [logger](.The-logger). It can be accessed by clicking the `` icon in the logger: -![a](https://user-images.githubusercontent.com/585534/33130150-5d6201da-cf60-11e7-9637-831792c96e7e.png) +![DOM inspector in action](https://user-images.githubusercontent.com/585534/33130150-5d6201da-cf60-11e7-9637-831792c96e7e.png) A custom DOM inspector -- rather than creating hooks into the browser's own DOM inspector -- has benefits: