Skip to content

Instantly share code, notes, and snippets.

@gr2m
Created March 2, 2017 20:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gr2m/d85f23fb8031cd1cf548059873dc8be6 to your computer and use it in GitHub Desktop.
Save gr2m/d85f23fb8031cd1cf548059873dc8be6 to your computer and use it in GitHub Desktop.
This will delete all your messages on linked in. Run on https://www.linkedin.com/messaging/?trk=nav_utilities_inbox. You are welcome :)
$('[data-control-name=clear_conversation]').each(function(){this.click();$('[data-control-name=clear_conversation_confirm]').click()})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment