MCPcopy
hub / github.com/MALSync/MALSync / addStyle

Function addStyle

src/api/storage/userscriptLegacy.ts:34–36  ·  view source on GitHub ↗
(css)

Source from the content-addressed store, hash-verified

32 },
33
34 async addStyle(css) {
35 GM_addStyle(css);
36 },
37
38 version() {
39 return GM_info.script.version;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected