From 96049f147e4b0e2dea90e4833f5013061c0a6e6b Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 19 Feb 2021 08:38:07 -0500 Subject: [PATCH] Reflect latest changes in comment --- src/js/contentscript.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/js/contentscript.js b/src/js/contentscript.js index 20514fec3..901bc33ad 100644 --- a/src/js/contentscript.js +++ b/src/js/contentscript.js @@ -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.