How would go about monkey patching the XMLHTTPRequest\'s onreadystatechange function. I\'m trying to add a function that would be called when every
XMLHTTPRequest
onreadystatechange
you can learn from Ajax-hook written by chinese!
it is a advanced js to enable Monkey patch XMLHTTPRequest