diff --git a/content/apply.js b/content/apply.js index 984dd1f3..fb62aa68 100644 --- a/content/apply.js +++ b/content/apply.js @@ -24,9 +24,7 @@ const APPLY = (() => { }); const docRewriteObserver = createDocRewriteObserver({ onChange: () => { - docRootObserver.stop(); - styleInjector.sort(); - docRootObserver.start(); + docRootObserver.evade(styleInjector.sort); } }); const initializing = init();