So I've uploaded a few basic scripts to userscripts.org and installed loads of useful ones from other people, but I can't get auto updates to work for any of them.
Currently running Firefox 12.0, GM 0.9.19 on Mac 10.6.8 My checklist: - script installed from userscripts.org Install button, install URL is secure (https) - Greasemonkey preferences has all 3 boxes ticked for Update Checking (minimum interval set to 1 day if that makes any difference) - the script has autoupdate ticked on Firefox's rightclick menu No updates take place, even after a forced check. Discovered I could query GM_info and put this in the script, it returned False: alert(String(GM_info.scriptWillUpdate)); Tried adding a @version metatag, then also unticking Require Secure Updates. scriptWillUpdate still returns False. This is the script I'm testing with: http://userscripts.org/scripts/show/125470 I'm missing something obvious, right? Any help appreciated. -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/greasemonkey-users/-/fL6gh-vL1msJ. 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.
