Would be nice to monitor if an item gets changed into matching a chosen selector. E.g. we have a <div> and a div.something selector. If we modify the <div> to <div class="something">, that would be caught and further processed with our own code like monitor.changed('div.something', el => { console.log(el) }).