MCPcopy Create free account
hub / github.com/KDE/falkon / GM_setClipboard

Function GM_setClipboard

src/plugins/GreaseMonkey/data/bootstrap.js:83–85  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

81}
82
83function GM_setClipboard(text) {
84 external.extra.greasemonkey.setClipboard(text);
85}
86
87// GM_registerMenuCommand not supported
88function GM_registerMenuCommand(caption, commandFunc, accessKey) { }

Callers

nothing calls this directly

Calls 1

setClipboardMethod · 0.80

Tested by

no test coverage detected