Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

pretty awesome, this works in chrome

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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: