Skip to content

Commit

Permalink
Add greasemonkey globals (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
minig0d committed Jun 6, 2020
1 parent f8c183e commit 871f24e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions globals.json
Expand Up @@ -1537,17 +1537,25 @@
"exportFunction": false,
"GM": false,
"GM_addStyle": false,
"GM_addValueChangeListener": false,
"GM_deleteValue": false,
"GM_download": false,
"GM_getResourceText": false,
"GM_getResourceURL": false,
"GM_getTab": false,
"GM_getTabs": false,
"GM_getValue": false,
"GM_info": false,
"GM_listValues": false,
"GM_log": false,
"GM_notification": false,
"GM_openInTab": false,
"GM_registerMenuCommand": false,
"GM_removeValueChangeListener": false,
"GM_saveTab": false,
"GM_setClipboard": false,
"GM_setValue": false,
"GM_unregisterMenuCommand": false,
"GM_xmlhttpRequest": false,
"unsafeWindow": false
},
Expand Down

0 comments on commit 871f24e

Please sign in to comment.