MCPcopy
hub / github.com/darkreader/darkreader / resetDevFixes

Method resetDevFixes

src/definitions.d.ts:40–40  ·  view source on GitHub ↗
(type: DevFixType)

Source from the content-addressed store, hash-verified

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;
42 resetActivation(): void;
43 hideHighlights(ids: string[]): void;

Callers 3

onUIMessageMethod · 0.65
PerSiteConfigEditorFunction · 0.65
ConfigEditorTabsFunction · 0.65

Implementers 1

Connectorsrc/ui/connect/connector.ts

Calls

no outgoing calls

Tested by

no test coverage detected