Skip to content

Instantly share code, notes, and snippets.

@dominicfarr
Last active April 28, 2017 14:19
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 dominicfarr/7caf2600ca9cc0a4d9e7995b5a11d6cb to your computer and use it in GitHub Desktop.
Save dominicfarr/7caf2600ca9cc0a4d9e7995b5a11d6cb to your computer and use it in GitHub Desktop.
Delete all your LinkedIn email automatically via browser console (READ COMMENTS BEFORE RUNNING)
$('.msg-conversation-card__delete').each(function() {$(this).click(); $('[data-control-name="clear_conversation_confirm"]').click();})
@dominicfarr
Copy link
Author

Use this script at your own peril. <----- Did you see this comment. Because this script will delete things, things you might actually need. So don't come crying back to me if things go wrong.

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