On Thu, May 17, 2012 at 7:45 AM, mike cupcake <[email protected]> wrote:
> My checklist: > - script installed from userscripts.org Install button, install URL is > secure (https) > You're sure of this? This isn't the default behavior for us.o. > Discovered I could query GM_info and put this in the script, it returned > False: > alert(String(GM_info.scriptWillUpdate)); > There's a few things that checks: ( https://github.com/greasemonkey/greasemonkey/blob/e8fe33dd4b987c1b0dac7b8f41e106db83aa246f/modules/script.js#L446) * Updates preference for this script enabled? (You say it is.) * Script is enabled? (It probably is.) * Have an update URL? (If you installed it recently, there should be one.) * Have not modified the script on disk since the last install? (This might be the culprit -- we intentionally do not overwrite local modifications with updates.) * Update URL is secure? (You say it is.) So there's one obvious thing to check. -- 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.
