So I have created a Firefox extension and it works great, however when I submitted it (although it was accepted) it came up with one security warning. It said setTimeout() was removed in an else clause.
So, is there a way to listen for any DOM change? (or even a specific element changing, I have an ID for both). However, divs do not have an onChange event so any ideas?
I don’t mind if it’s ANY change, doesn’t have to be div-specific.
DOMSubtreeModifiedevent sound like something you want to use. Keep in mind, that it is deprecated and after some time its support will probably be removed from browsers.http://help.dottoro.com/ljrmcldi.php