Discussions » Creation Requests

Anyone can continue maintain this script library ?

§
Posted: 2014-11-18

Anyone can continue maintain this script library ?

Here is, I think one of the most compelete GM function library, I think better if someone can update it if there is any flaw, if not I think will be a waste because it is a nice script and help non-Greasemonkey user like me, still can use userscript without Greasemonkey: http://userscripts-mirror.org/scripts/review/105153.html

§
Posted: 2014-11-18

Here is a way to make GM_setClipboard:

function GM_setClipboard(text) {
window.prompt("Copy to clipboard: Ctrl+C, Enter", text);
}

§
Posted: 2014-11-24
Edited: 2014-11-24

is it really necessary to use this since TrixIE WPF4.5 (InternetExplorer 10/11), tampermonkey (chrome/chromium/android), violentmonkey (opera), and NinjaKit (3 years old so probably horribly outdated)(chrome/safari)

besides safari or IE limitations, all major popular browsers have a userscript manager add-on that supports most or all GM functions already.

Post reply

Sign in to post a reply.