in src/content/services/DomObserver.js [27:34]
stop() { if (!this.isObserving) { return; } this.#observer.abort(); this.#observer = null; }