Related question: in the script management interface, by right-
clicking on a GM script it gives the possibility to check for updates:
how can I take advantage of that feature with my scripts?
Thanks
Not exactly. If the list of remote resources changes, they then will be
re-downloaded. If you have no changes but want to force a download, the
best way is to just re-install the script. If you're editing it anyway,
you can make a dummy change to one of the URLs (append #something or
?something, perhaps).
> Related question: in the script management interface, by right-
> clicking on a GM script it gives the possibility to check for updates:
> how can I take advantage of that feature with my scripts?
Wait for it to be implemented completely/correctly. Then it will "just
work". But it will probably require the script to be served from HTTPS.
And probably all the @require's too. (By default, but that
effectively means it has to if you want users to actually get this feature.)
Ah I see, it makes sense now, I don't know why I was stupidly thinking
GM could somehow detect a script has changed upstream without re-
downloading it O_o (maybe downloading checksums?)
Thanks for the useful tips!
> > Related question: in the script management interface, by right-
> > clicking on a GM script it gives the possibility to check for updates:
> > how can I take advantage of that feature with my scripts?
>
> Wait for it to be implemented completely/correctly. Then it will "just
> work". But it will probably require the script to be served from HTTPS.
> And probably all the @require's too. (By default, but that
> effectively means it has to if you want users to actually get this feature.)
Sounds cool, I'd like to use that feature with scripts hosted on
github, which already serves them with https :)