On 06/20/11 17:28, Enkidu wrote:
But I do not understand how to access the feeds fetched/refreshed by ajax calls.
If what you want is to monitor when the page changes because its script has done something, you're looking for DOM mutation events.
https://developer.mozilla.org/en/XUL/Events#Mutation_DOM_events Probably node inserted. I do this for e.g. my linkify script. http://arantius.com/misc/greasemonkey/linkify-plus.user.js# -- 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.
