Here is the full metadata.
// ==UserScript== // @name SDP // @description JANE SERVER // @namespace http://localhost // @include https://www.servicecenter.intranet/* // @include https://www.servicecenter-a.intranet/* // @include http://sdbeapp32014/dmsiiguestlogin/* // @grant GM_getValue // @grant GM_setValue // @grant GM_log // @grant GM_xmlhttpRequest // @grant GM_getMetadata // @grant GM_info // @version 9.9 // ==/UserScript== var WindowName = window.location.pathname.toLowerCase(); I just changed version from 9.8 to 9.9 and that would be enough. On Tuesday, 20 January 2015 12:26:30 UTC+1, John_B wrote: > > I develop a GM script on a local server (this is NOT through the edit > script option of GM) and then upload it to an in-house production server. > The problem I'm having is that users browsers do not see that the script > has been updated and therefore do not load the updated version into their > browsers. > I have the following code in the metadata > > // @downloadURL http://sdbeapp32014/DMSTest/GMScripts/sdpusers.user.js > // @updateURL http://sdbeapp32014/DMSTest/GMScripts/sdpusers.user.js > > Can anyone please give me an idea what I am doing wrong. > -- 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 http://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/d/optout.
