Hi, The idiomatic greasemonkey workflow seems to be:
1. Create a new script. 2. Open it in firefox to install it. 3. Edit it in greasemonkey using the configuring editor. In step 2, the script is copied in the firefox profile. I have a git repository which contains all my configuration files, and I'd like my scripts to be stored inside. Is there a way to tell greasemonkey to use scripts without copying them in the profile directory ? If not, is there a way to setup scripts without having to open the file in firefox ? When I synchronize my scripts among several machines, I have to install each modified script, which is really annoying. If there's no other way, I'll write a script to copy the files and regenerate the xml index, but I'd be happy with an existing solution. Regards, Nicolas Martyanoff -- 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.
