Skip to content

Instantly share code, notes, and snippets.

@bmamlin
Created January 2, 2014 16:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bmamlin/8221512 to your computer and use it in GitHub Desktop.
IRCCloud Bookmarklet to load unread messages if there are any. Next step, is looping until last seen message rendered or 30 seconds (whichever comes first).
javascript:(function() {if (cbv().scroll.isLastSeenMessageRendered()) {cbv().scroll.scrollToTop();}}());
Copy link

ghost commented Aug 14, 2014

Check out the newer version at: https://gist.github.com/bmamlin/8223822

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment