How delete all inbox messages in 1 time?

  • Thread starter Thread starter Deleted member 729695
  • Start date Start date
D

Deleted member 729695

Guest
Hi guys as title how can i delete all inbox messages in 1 time?

I've tons of messages and i wanna clean. How can i? I can't find a good script.
 
Not so ez. Can't do this :-D
 
1) you could use record a macro for the browser
2) if is self hosted, you can delete from linux/control panel
 
I have read a hack last year that actually works. You just have to use Google Chrome, go to your LinkedIn inbox, click on inspect and then click on the console tab. On the console tab, you just have to paste this in the console command line:
$(‘.action.delete-action’).each(function(){this.click();var found = "";while(found == ""){var found = $(‘.yes-btn’);found.click();}});

I hope this helps.

Loren
 
Back
Top