Skip to content

Instantly share code, notes, and snippets.

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