Skip to content

Instantly share code, notes, and snippets.

@sirkitree
Forked from deviantintegral/gist:3340625
Created August 13, 2012 14:06
Show Gist options
  • Save sirkitree/3341061 to your computer and use it in GitHub Desktop.
Save sirkitree/3341061 to your computer and use it in GitHub Desktop.
Bookmarklet to show Yammer postings in chronological order
<a href="javascript:(function(){ul=jQuery('.yj-feed-messages');ul.children().each(function(i,li){ul.prepend(li)})})();">drag</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment