On Thursday, June 21, 2012 5:38:41 PM UTC+1, Anthony Lieuallen wrote: > > 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. >
Am I right in thinking you could run a local webserver and reference the files via http://127.0.0.1/... ? -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/greasemonkey-users/-/chzA0lPNf1IJ. 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.
