Clear All LinkedIn Notifications

Clears all your LinkedIn Notifications so you can have a clean slate!

< Feedback on Clear All LinkedIn Notifications

Review: Bad - script does not work

§
Posted: 23-06-2022
Edited: 23-06-2022

Does a good job clearing out those annoying notification buildups.

It just goes down the list and emulates you clicking ... > Delete Notification

A couple of things to keep in mind:

  • Might just be me, but you might need to toggle the script and reload the page a few times since some notifications may not completely clear out despite it showing as deleted.
  • If the script isn't working and you're using Violent Monkey, try changing the script to run at document idle
    1. Open script > Settings tab
    2. Under Custom metadata, Change Run-At to document-idle
  • Disable script when you're done, else it will clear notifications as soon as you browse to the page.
§
Posted: 11-08-2022

It looks like the script is broken. I had to change both instances of

var notification_area = document.querySelector("#main > div > div > div > div > section");

to

var notification_area = document.querySelector("#main > div > div > div");

Post reply

Sign in to post a reply.