You've already forked dev-sidecar
mirror of
https://github.com/docmirror/dev-sidecar.git
synced 2025-11-26 14:10:40 +08:00
9 lines
246 B
Plaintext
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') |