Skip to content

Instantly share code, notes, and snippets.

View ScriptKiddie1337's full-sized avatar
💚
Making Things Pretty

Jordan Silver ScriptKiddie1337

💚
Making Things Pretty
View GitHub Profile
@ScriptKiddie1337
ScriptKiddie1337 / removeTheConvo.js
Created July 27, 2018 16:25 — 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(){