Skip to content

Instantly share code, notes, and snippets.

@apnerve
Last active March 29, 2022 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apnerve/12d59653ed82e6690b812bdd73ab7122 to your computer and use it in GitHub Desktop.
Save apnerve/12d59653ed82e6690b812bdd73ab7122 to your computer and use it in GitHub Desktop.
JS snippet to get all names baed on the emoji reactions they get on group chats in google chats
[...document.querySelectorAll("[data-id$=🤗]")].map(x=>x.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.previousSibling.firstChild.innerText).join(",")
@apnerve
Copy link
Author

apnerve commented Mar 29, 2022

Need to choose spareFrame88 before running this in console

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