Skip to content

Instantly share code, notes, and snippets.

@nonrational
Last active January 18, 2018 18:18
Show Gist options
  • Save nonrational/38aa71ba5aa5316edcb11711d3709e80 to your computer and use it in GitHub Desktop.
Save nonrational/38aa71ba5aa5316edcb11711d3709e80 to your computer and use it in GitHub Desktop.
Slack Custom Emoji Upload Count (by Author)
// count the number of emojis that each author has uploaded
// to be run in chrome console.
_.countBy($('.emoji_row .author_cell a').map(function(i,e){ return $(e).text().trim(); }))
@su8lim3
Copy link

su8lim3 commented Jan 18, 2018

Run this from Console while you are in the emoji page for Slack. Worked great for me.

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