-
Select Topic AreaQuestion Body
It keeps showing a blue dot. But I can't find any message anywhere |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
|
I had this before and fixed it by clearing cache and site data. If you're on Chrome, navigate here (just paste it in the URL field):
and click the trash icon next to GitHub. You'll have to login again and then it will hopefully have disappeared. Let me know if it worked! |
Beta Was this translation helpful? Give feedback.
-
|
I have Edge and FireFox installed. They both has the ghost notification. So I guess is not a cache problem |
Beta Was this translation helpful? Give feedback.
-
|
I'm on Firefox, both on mobile and desktop and I have this ghost notification on both. Have had it for at least one month. I've just tried to clear all cookies and site data for GitHub, logged back in and the ghost notification is still there. Is this a GitHub bug? |
Beta Was this translation helpful? Give feedback.
-
|
Currently i used Ulla web browser previously i used chrome firefox or brave i use ulla because in this have inbuild addblocker and more safe then other. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @szmcdull, You can find the solution here. Open your browser console, type (function(){var f=document.querySelector('.js-notifications-mark-all-actions form[action="/notifications/beta/mark"]');if(f){fetch(f.action,{method:f.method,body:new FormData(f),credentials:"include"}).then(r=>{if(r.ok)setTimeout(()=>location.reload(),500);});}})(); |
Beta Was this translation helpful? Give feedback.

Hi @szmcdull,
You can find the solution here. Open your browser console, type
allow pasting, then copy and paste the following code into your browser console and execute it (you may need to run it multiple times for it to take effect.):