Could there be a universal event handler for ajax requests that is automatically triggered upon the completion of any ajax request?
This is something I am exploring while developing a greasemonkey script for an ajax-heavy website. In past scripts, I have resorted to running the main function at intervals or modifying portions of the site's javascript, both of which have proved to be messy solutions.