Skip to content

Instantly share code, notes, and snippets.

@shuuji3
Last active January 2, 2022 09:03
Show Gist options
  • Select an option

  • Save shuuji3/5254cde479a0353160f809355b95df57 to your computer and use it in GitHub Desktop.

Select an option

Save shuuji3/5254cde479a0353160f809355b95df57 to your computer and use it in GitHub Desktop.
Copy emoji names added by "Neutral Face Emoji Tools".
# Run on the page: https://<your-sub-domain>.slack.com/admin/emoji
[...document.querySelectorAll('.uploads > .upload.success > .filename')].map(e => `:${e.textContent.split('.').slice(0, -1).join()}:`).join(' ')
// => ':mochi-4: :mochi-spin-fast:'
@shuuji3

shuuji3 commented Jan 2, 2022

Copy link
Copy Markdown
Author

Screen Shot

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