Hi, I have a question. In GM builtin function like GM_getValue, GM_setValue etc. have use uppercase letters on begin (GM). Like we know, in JavaScript good custom is to use a capital letter at the start of the constructors function.
All code analysis tools (like JSLint) show error for GM code. Of course, we can turn of this part of option in toys, but wen we use a lot of constructors this option will very helpful. So, why not make the possibility of using the built-in functions with lower case letters, GM_setValue >> gm_setValue, or gmSetValue, sth like this? Any other option, which does not indicate that the function is a constructor will be good. -- 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.
