How do i auto update a greasemonkeyscript? I just created a script and want to implement it to some computers at work. I am hosting the scriptfile on a server located inhouse, in both HTTP and HTTPS(using self signed certificate).
I have tried using: *// @downloadURL http://xxxxxx:8887/scriptname.user.js* *// @updateURL http://xxxxxx:8887/scriptname.user.js* Have also tried the following: *// @downloadURL https://xxxxxx:8888/scriptname.user.js* *// @updateURL https://xxxxxx:8888/scriptname.user.js* I can access the files from the browser, but it doesnt auto update. How can i force it to update? Is there a tutorial for doing this somewhere? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/d/optout.
