Skip to content

Instantly share code, notes, and snippets.

@koizuss
Last active October 6, 2015 15:48
Show Gist options
  • Save koizuss/3016459 to your computer and use it in GitHub Desktop.
Save koizuss/3016459 to your computer and use it in GitHub Desktop.
yammer auto click
yammer_refresh = setInterval(function(){ var t = jq('.yj-new-messages-link'); if(t.css('height') != "0px"){ t.click(); }}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment