I am trying to write a script to tweak Mint.com's transaction screen. They are using lots of Ajax to load transactions asynchronously. Is there an easy way to detect when an Ajax request completes?
What I'm ultimately trying to do is change the format of each transaction on the page, based on some rules. In order to do this, I think I need to iterate over each visible transaction, match it against my rules, and apply the formatting to the row. Any pointers on doing this effectively? I'm a bit new to Greasemonkey development, but I'm very comfortable programming in 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 -~----------~----~----~----~------~----~------~--~---
