On Thu, Jun 21, 2012 at 11:03 AM, Wuka <[email protected]> wrote:
> and what i want is to dynamicly load my local scripts from Main.user.js > script You can't do this. You can use @require to pull in separate files at install time. They can be relative paths, so local *if you're installing the script from a local file*. But you can't read nor run files on the local disk at run time. If you can it's a security bug that we'll close as soon as we're aware of it. -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.
