議論 » 作成依頼

Anyone can continue maintain this script library ?

§
投稿日: 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

§
投稿日: 2014/11/18

Here is a way to make GM_setClipboard:

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

§
投稿日: 2014/11/24
編集日: 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.

返信を投稿

返信を投稿するにはログインしてください。