ClipCopy for Tampermonkey

ClipCopy for Tampermonkey

Add-on for Tampermonkey allowing an userscript to copy text to the clipboard using GM_setClipboard API

What is ClipCopy for Tampermonkey?
ClipCopy for Tampermonkey is a Chrome extension that adds the functionality for userscripts to copy text to the clipboard using the GM_setClipboard API. It emulates the GM_setClipboard API introduced in Scriptish and is compatible with Tampermonkey and Scriptish. It provides a simple and convenient way for userscripts to copy both plain and formatted text to the clipboard.
Merlin
Stats
This extension was removed from Chrome Web Store on 2022-11-13
Users: 1,905+
Rating: 4.05 (22)
Version: 0.1.1 (Last updated: 2012-11-17)
Creation date: 2012-11-17
Risk impact: Low risk impact
Risk likelihood: High risk likelihood
Manifest version: 2
Permissions:
  • clipboardWrite
  • storage
Size: 31.64K
URLs: Website
Stats date:

Other platforms

Not available on Firefox
Not available on Edge
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.
Chrome-Stats extension
Merlin
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 more
User reviews
top
by INTROS! INTROS!, 2018-08-01

Awsome!!!! I love it
by Shyamol Roychoudhury Shyamol Roychoudhury, 2015-01-28

good
View all user reviews
Safety
Risk impact

ClipCopy for Tampermonkey is relatively safe to use as it requires very minimum permissions.

Risk likelihood

ClipCopy for Tampermonkey may not be trust-worthy. Avoid installing if possible unless you really trust this publisher.

Upgrade to see risk analysis details
Similar extensions

Here are some Chrome extensions that are similar to ClipCopy for Tampermonkey: