new WebKitMutationObserver(function(event) { $(event[0].addedNodes[0]).mouseover(); }).observe(document.body, {childList: true});