Mostly: On Tue, Jul 17, 2012 at 11:22 AM, MonkeyMargie <[email protected]> wrote:
> 1. Write the script. Yes of course =) > 2. Use the @downloadURL metadata in my script to define the location. > This shouldn't be necessary. If it's not set, it's just whatever URL the script really was downloaded from. It's very rare that you need to set this explicitly. Real cases would be if you're moving from one hosting platform to another, one transitional version at the old location pointing users to the new one. > 3. Install GreaseMonkey all users' machines in all sites. > Also yes of course. > 4. When these users go to the web page I define in @downloadURL, it will > automatically install and run my script. > Given the phrase "web page": no. When they navigate to some URL ending in ".user.js" then Greasemonkey will open the install dialog. You can certainly have a web page with a link. Or maybe even a <meta> redirect (not sure about this one though). -- 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.
