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

Method registerMailDisplayScript

src/background/tab-manager.ts:432–439  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

430 }
431
432 static async registerMailDisplayScript(): Promise<void> {
433 await (chrome as any).messageDisplayScripts.register({
434 js: [
435 {file: '/inject/fallback.js'},
436 {file: '/inject/index.js'},
437 ],
438 });
439 }
440
441 // sendMessage will send a tab messages to all active tabs and their frames.
442 // If onlyUpdateActiveTab is specified, it will only send a new message to any

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected