MCPcopy
hub / github.com/darkreader/darkreader / changeSettings

Method changeSettings

src/definitions.d.ts:32–32  ·  view source on GitHub ↗
(settings: Partial<UserSettings>)

Source from the content-addressed store, hash-verified

30
31export interface ExtensionActions {
32 changeSettings(settings: Partial<UserSettings>): void;
33 setTheme(theme: Partial<Theme>): void;
34 setShortcut(command: string, shortcut: string): Promise<string | null>;
35 toggleActiveTab(): void;

Callers 15

index.tsFile · 0.65
ExtensionClass · 0.65
toggleActiveTabMethod · 0.65
startActivationMethod · 0.65
resetActivationMethod · 0.65
onUIMessageMethod · 0.65
applyStyleSheetFunction · 0.65
locationChangedFunction · 0.65
changeAutomationModeFunction · 0.65
changeAutomationBehaviorFunction · 0.65
AutomationTabFunction · 0.65
onDetectDarkThemeChangeFunction · 0.65

Implementers 1

Connectorsrc/ui/connect/connector.ts

Calls

no outgoing calls

Tested by

no test coverage detected