MCPcopy Create free account
hub / github.com/darkreader/darkreader / run

Function run

src/inject/utils/dom.ts:158–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 }
157 });
158 const run = () => {
159 // TODO: remove type cast after dependency update
160 observer.observe(parent!, {childList: true});
161 };
162
163 const stop = () => {
164 // TODO: remove type cast after dependency update

Callers 2

updateParentFunction · 0.70
watchForNodePositionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected