Skip to content

Instantly share code, notes, and snippets.

@Quenty
Last active September 13, 2017 14:36
Show Gist options
  • Save Quenty/f47c89a0c4feb69f75292d20ec4c47e2 to your computer and use it in GitHub Desktop.
Save Quenty/f47c89a0c4feb69f75292d20ec4c47e2 to your computer and use it in GitHub Desktop.
  1. Open up web.groupme.com
  2. Scroll up on some chat making sure to load a lot chat messages (maximize likable messages)
  3. Push F12 to open up developer console
  4. Paste the following code from below "Liking all unliked items"
  5. ???
  6. Profit!

Liking all unliked items

$('.likes-container:not(.liked-by-me)').click().mouseleave()

How to undo

Unliking all liked items

$('.likes-container .liked-by-me').click().mouseleave()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment