MCPcopy
hub / github.com/darkreader/darkreader / saveInversionFixes

Method saveInversionFixes

src/background/devtools.ts:224–226  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

222 }
223
224 private static saveInversionFixes(text: string): void {
225 this.store.set(DevTools.KEY_FILTER, text);
226 }
227
228 static async getInversionFixesText(): Promise<string> {
229 let rawFixes = await DevTools.getSavedInversionFixes();

Callers 1

applyInversionFixesMethod · 0.80

Calls 1

setMethod · 0.65

Tested by

no test coverage detected