Clears all your LinkedIn Notifications so you can have a clean slate!
< Feedback em Clear All LinkedIn Notifications
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");
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: