-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
28 lines (28 loc) · 805 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module.exports = {
globals: {
GM: 'readonly',
GM_addElement: 'readonly',
GM_addStyle: 'readonly',
GM_addValueChangeListener: 'readonly',
GM_deleteValue: 'readonly',
GM_download: 'readonly',
GM_getResourceText: 'readonly',
GM_getResourceURL: 'readonly',
GM_getTab: 'readonly',
GM_getTabs: 'readonly',
GM_getValue: 'readonly',
GM_info: 'readonly',
GM_listValues: 'readonly',
GM_log: 'readonly',
GM_notification: 'readonly',
GM_openInTab: 'readonly',
GM_registerMenuCommand: 'readonly',
GM_removeValueChangeListener: 'readonly',
GM_saveTab: 'readonly',
GM_setClipboard: 'readonly',
GM_setValue: 'readonly',
GM_unregisterMenuCommand: 'readonly',
GM_xmlhttpRequest: 'readonly',
unsafeWindow: 'readonly',
},
};