We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f1036 commit 5c0ecbdCopy full SHA for 5c0ecbd
1 file changed
src/app/service/content/utils.ts
@@ -68,7 +68,7 @@ export function createContext(scriptRes: ScriptRunResouce, GMInfo: any, envPrefi
68
valueUpdate: GMApi.prototype.valueUpdate,
69
emitEvent: GMApi.prototype.emitEvent,
70
EE: new EventEmitter(),
71
- GM: { Info: GMInfo },
+ GM: { info: GMInfo },
72
GM_info: GMInfo,
73
window: {},
74
};
0 commit comments