Greasy Fork is available in English.

Discuții » Cerere de creare

Anyone can continue maintain this script library ?

§
Postat în: 18-11-2014

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

§
Postat în: 18-11-2014

Here is a way to make GM_setClipboard:

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

§
Postat în: 24-11-2014
Editat în: 24-11-2014

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.

Postează un raspuns

Autentifică-te pentru a posta un răspuns.