(text)
| 81 | } |
| 82 | |
| 83 | function GM_setClipboard(text) { |
| 84 | external.extra.greasemonkey.setClipboard(text); |
| 85 | } |
| 86 | |
| 87 | // GM_registerMenuCommand not supported |
| 88 | function GM_registerMenuCommand(caption, commandFunc, accessKey) { } |
nothing calls this directly
no test coverage detected