mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Created DOM inspector (markdown)
parent
d82189e9c5
commit
67e369f635
1 changed files with 11 additions and 0 deletions
11
DOM-inspector.md
Normal file
11
DOM-inspector.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
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.
|
||||
|
||||
A custom DOM inspector -- rather than creating hooks into the browser's own DOM inspector -- has benefits:
|
||||
|
||||
- Portability: does no depend on specific browser API.
|
||||
- Optimal: the UI is optimized to specifically deal with cosmetic filters.
|
||||
|
||||
Whereas the element picker is useful to interactively create cosmetic filters through point-and-click, the DOM inspector is useful to create cosmetic filters through the internal structure of the document in your browser. For instance this allows:
|
||||
|
||||
- To create very specific cosmetic filters by selecting an element directly in the DOM hierarchy.
|
||||
- To create exception cosmetic filters.
|
Loading…
Reference in a new issue