1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 15:02:27 +02:00

Reflect latest changes in comment

This commit is contained in:
Raymond Hill 2021-02-19 08:38:07 -05:00
parent eb6be3a0cf
commit 96049f147e
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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.