Unread badge won't go away
#177401
-
Beta Was this translation helpful? Give feedback.
Answered by
davevad93
Oct 19, 2025
Replies: 1 comment 2 replies
-
|
Hi @ysknsid25, 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.
2 replies
Answer selected by
ysknsid25
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hi @ysknsid25,
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.):