I want to write a Firefox add-on.
I need to monitor the contents of a DIV element.
Is there a way to put a hook or subscribe to the modification of a certain HTML element?
I don't want to poll the contents of the DIV (per say) every second, would be nice to be notified when it is changed.
Thank you.