mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Reflect latest changes in comment
This commit is contained in:
parent
eb6be3a0cf
commit
96049f147e
@ -30,8 +30,10 @@
|
||||
| +-- domSurveyor
|
||||
| |
|
||||
+--> domFilterer --+-- domLogger
|
||||
|
|
||||
+-- domInspector
|
||||
| |
|
||||
| +-- domInspector
|
||||
|
|
||||
[domProceduralFilterer]
|
||||
|
||||
domWatcher:
|
||||
Watches for changes in the DOM, and notify the other components about these
|
||||
@ -44,6 +46,10 @@
|
||||
domFilterer:
|
||||
Enforces the filtering of DOM elements, by feeding it cosmetic filters.
|
||||
|
||||
domProceduralFilterer:
|
||||
Enforce the filtering of DOM elements through procedural cosmetic filters.
|
||||
Loaded on demand, only when needed.
|
||||
|
||||
domSurveyor:
|
||||
Surveys the DOM to find new cosmetic filters to apply to the current page.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user