MCPcopy
hub / github.com/darkreader/darkreader / loadConfig

Method loadConfig

src/definitions.d.ts:38–38  ·  view source on GitHub ↗
(options: {local: boolean})

Source from the content-addressed store, hash-verified

36 markNewsAsRead(ids: string[]): void;
37 markNewsAsDisplayed(ids: string[]): void;
38 loadConfig(options: {local: boolean}): void;
39 applyDevFixes(type: DevFixType, text: string): Promise<void>;
40 resetDevFixes(type: DevFixType): void;
41 startActivation(email: string, key: string): void;

Callers 8

loadColorSchemesMethod · 0.65
loadDarkSitesMethod · 0.65
loadDetectorHintsMethod · 0.65
loadDynamicThemeFixesMethod · 0.65
loadInversionFixesMethod · 0.65
loadStaticThemesMethod · 0.65
onUIMessageMethod · 0.65
syncConfigFunction · 0.65

Implementers 1

Connectorsrc/ui/connect/connector.ts

Calls

no outgoing calls

Tested by

no test coverage detected