How do you detect when an HTML DOM object has come into existence, that is dynamically loaded?
I know what id the element will have, but I don't know when the item will come into existence, i want to empty it and insert something else
This is for a Chrome extension content script.