Everything else listed online either doesn't seem to work or is now deprecated. Ive heard of mutation observers but can't find sufficient documentation online anywhere.
It's a normal tag whose contents are updated by a js file. I need to be able to detect every change on this div that is injected and apply a css property to the div when the text changes. (It does this often, approx once every 2 seconds).
Anyone here know how to approach this?