GM.setClipboard
From GreaseSpot Wiki
Description
Sets the current contents of the operating system's clipboard.
Compatibility: Greasemonkey 1.10+
Syntax
function GM_setClipboard( text )
Arguments
text
String
Any text.
Examples
GM_setClipboard('http://www.example.com/short-url-code');