Is there a way to get notified about changes in attributes of a specific HTML object? I've found this thread but it's is only about normal DOM in browsers, I want this for a Chrome extension.
Edit: I just realized that Mutation observer is the thing I want. I thought this is only available via jQuery. See here for further resources.