Files
dev-sidecar/packages/gui/extra/scripts/global.script
2020-11-18 17:28:18 +08:00

9 lines
246 B
Plaintext

window.__ds_global__={
GM_registerMenuCommand: () => {},
GM_unregisterMenuCommand: () => {},
GM_openInTab: () => {},
GM_getValue: () => {},
GM_setValue: () => {},
GM_notification: () => {}
}
console.log('ds_global loaded')