On Thu, Jul 17, 2014 at 4:17 AM, Gary <[email protected]> wrote: > I can easily use @require test.js (the test.js being a local file, located > in the same directory as the script)
The value for @require should be a URL, where the resource can be downloaded from. Not a path on disk. If you edit an existing file to specify a path on disk, Greasemonkey will try to download that as a URL, fail, and then the resource will not be available. http://wiki.greasespot.net/Metadata_Block#.40require -- 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 http://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/d/optout.
