What is ClipCopy for Tampermonkey?
Extension stats
Other platforms
Extension summary
WARNING: this add-on has become obsolete since version 2.7.2890 of Tampermonkey, which implements GM_setClipboard by default.
This program is an add-on for Tampermonkey allowing an userscript to copy text to the clipboard using GM_setClipboard API.
The GM_setClipboard API was introduced in Scriptish, an add-on for Firefox introducing new functionalities in comparison to Greasemonkey. This extension aims at emulating this particular API.
To activate GM_setClipboard API, insert the following line in the metadata block of your userscript:
// @require https://raw.github.com/rafjaf/ClipCopy-for-TM/master/lib/installGM_setClipboard.js
Afterwards, your can make your userscript copy text to the clipboard with the following command :
GM_setClipboard("Text to copy to the clipboard");
You can even copy formatted text this way :
See moreUser reviews
Extension safety
Risk impact
ClipCopy for Tampermonkey requires very minimum permissions.
Risk likelihood
ClipCopy for Tampermonkey may not be trust-worthy. Avoid installing if possible unless you really trust this publisher.
Similar extensions
Here are some Chrome extensions that are similar to ClipCopy for Tampermonkey: