On 2016-06-22 11:09, Denwer wrote:
I want to *load external greasemonkey scripts, instead of load them locally*.
How I can load without store them locally?

For example i have an alert script for google for example which is stored in *http://data.com/test.js*
You always need a minimal Greasemonkey script installed locally, but you can load the code that actually does the processing using the @require directive in the metadata block:

    https://wiki.greasespot.net/Metadata_Block#.40require

The script will be downloaded from the remote location but stored locally, alongside with the loader script.

--
Klaus Johannes Rusch
[email protected]
http://klausrusch.atmedia.net/

--
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to