Skip to content
Discussion options

You must be logged in to vote

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.):

(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);});}})();

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Synnrae
Comment options

@ysknsid25
Comment options

Answer selected by ysknsid25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Profile Showcase your work on GitHub with a personalized profile, bio, contributions and pinned repositories Question Ask and answer questions about GitHub features and usage
3 participants