Anthony Lieuallen wrote: > On Tue, Sep 1, 2009 at 9:05 AM, cc<[email protected]> wrote: > > There's an easier and better way to (re)install a GM script: navigate to > > the .user.js file on e.g.http://localhost/path/to/script.user.js > > This will prompt for installation of the script, download @require > > resources, and so forth. > > So I suggest you copy your primary user script into a directory for > > Apache to serve... > > If you want to install a user script that you have on your drive, just > drag/drop or file>open it with Firefox. It will install. > > This is what I do when creating a new script, which needs a @require: > > 1. Monkey Menu > New User Script > 2. Fill in name, description, etc. > 3. Edit this file to add the @require lines. > 4. Save it somewhere convenient (desktop). > 5. Drag/drop this file into Firefox, to install, and grab the requires. > 6. Continue editing the file that step 5 installed.
Your instructions worked perfectly for installing GM script via the file:// protocol. Thanks. Now I am trying to install it also using "http://localhost" but the server is sending a 302:Found redirect to GM/Firefox http client, and GM doesn't like it and won't get the @required files (probably because GM developers would be saying, "what the hell can be done with a 302 response? Just serve the files!" I will try to overcome this problem unless I get a solution in this thread. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
