Are there any practical ways to tell what part of the DOM was modified if you know that it will be modified?
I am writing a plugin that will be running along with ja
You could also do a hash of the page text (e.g. complete source string) and compare it (on change) to current hash.