Skip to content

Instantly share code, notes, and snippets.

View amritsinghbains's full-sized avatar

Amrit Singh Bains amritsinghbains

  • AC
  • Toronto, ON
View GitHub Profile
@amritsinghbains
amritsinghbains / removeTheConvo.js
Last active January 15, 2019 14:08
This scripts is for lazy people who want to get rid of all LinkedIn messages at once. This works with the latest LinkedIn 2018. Tested on 15th April 2018
var removeTheConvo = function()
{
try{
$(".msg-thread__topcard-btn--icon").click();
setTimeout(function(){
$(".msg-topcard__full-width-action-button.delete").click();
setTimeout(function(){