User talk:Joeytwiddle: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
m (Development moved to User talk:Joeytwiddle: This really isn't an article.. it's more of a personal talk page.)
Line 1: Line 1:
== Current development ==
Are there any branches of development currently underway for Greasemonkey?
Are there any extra features Greasemonkey needs?
== Suggestions ==
== Suggestions ==



Revision as of 07:17, 7 June 2009

Suggestions

It could be useful to have one extra meta tag:

Template:Core samp

The loadlib meta would cause Greasemonkey to load the specified script from the user's gm_scripts/ folder before running the userscript which contained the meta.

This would allow us to define a library script of common functions which we can re-use in any of our userscripts, simply by adding the meta. These library scripts are always loaded from a trusted source, they are local userscripts which do nothing when run alone.