Where can I read about writing scripts in accordance with new API? Since now I can't even iterate over page-defined jQuery collection using script-defined callback, every single one of my scripts is broken.
Pretty much all of them use the same scheme: 1. load settings into object via GM_getValue() 2. find and modify some DOM nodes according to the settings 3. (optionally) replace some functions in the target page with my own versions Now I fail to understand how do I do that using cloneInto() and exportFunction(). The fact Firefox shows wrong line number in error message doesn't help either. -- 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.
