Skip to content

Instantly share code, notes, and snippets.

View i-sannikov's full-sized avatar

Igor Sannikov i-sannikov

View GitHub Profile
@i-sannikov
i-sannikov / removeTheConvo.js
Created June 2, 2018 21:17 — forked from amritsinghbains/removeTheConvo.js
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(){