Posted June 12, 2018
high rated
So I foolish posted in cyberchief's thread and someone replied (tinyE, I know it was you, the notification system told me that much) and then the thread got deleted and I was stuck with the purple dot.
Now I know there are others who have a similar problem due to threads which got deleted and as it was annoying me I had a poke about to see what I could do.
Luckily I found a solution, and one that's not too complicated.
Basically you need to go into your browser's console (usually you can open it by pressing F12) and paste the following bit of code:
angular.element(document.body).injector().get('menuNotificationsRepository').deleteAllNotifications();
Then hit enter. This should clear any notifications (it will probably clear friend requests and messages too, be warned) of forum replies and also the activity feed one.
It should definitely work for anyone who uses my script, but it may not work for those who don't (not sure if that bit of code requires angular's debugging to be turned on or not).
Anyway, hope it helps someone else! :)
Now I know there are others who have a similar problem due to threads which got deleted and as it was annoying me I had a poke about to see what I could do.
Luckily I found a solution, and one that's not too complicated.
Basically you need to go into your browser's console (usually you can open it by pressing F12) and paste the following bit of code:
angular.element(document.body).injector().get('menuNotificationsRepository').deleteAllNotifications();
Then hit enter. This should clear any notifications (it will probably clear friend requests and messages too, be warned) of forum replies and also the activity feed one.
It should definitely work for anyone who uses my script, but it may not work for those who don't (not sure if that bit of code requires angular's debugging to be turned on or not).
Anyway, hope it helps someone else! :)