Looking at this updated answer, Is there a JavaScript/jQuery DOM change listener?, it is still from 2012.
I'm wondering if there has been any changes since then to listen for dom changes in the google chrome extension.
Is it possible that there's a chrome API for detecting dom changes on the current page? For example, when you click a button, and the ajax loads some element on the current page?
If nothing specific for chrome, is there an updated way of listening for dom changes on the current page?