MCPcopy Index your code
hub / github.com/darkreader/darkreader / getStyleInjectionMode

Function getStyleInjectionMode

src/inject/dynamic-theme/injection.ts:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12const mode = hostsBreakingOnStylePosition.includes(location.hostname) ? 'away' : 'next'
13
14export function getStyleInjectionMode() {
15 return mode;
16}
17
18const stylesWaitingForBody = new Set<HTMLStyleElement | SVGStyleElement>();
19let bodyObserver: MutationObserver | null;

Callers 2

injectStaticStyleFunction · 0.90
manageStyleFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected