Skip to content

Instantly share code, notes, and snippets.

View amaralwagner's full-sized avatar

Wagner Gurgel do Amaral Filho amaralwagner

View GitHub Profile
@amaralwagner
amaralwagner / removeTheConvo.js
Created September 20, 2018 12:07 — 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(){
@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(){