Skip to content
Discussion options

You must be logged in to vote

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

(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: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by szmcdull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Notifications Keep track of everything happening across all your projects General General topics and discussions that don't fit into other categories, but are related to GitHub Question Ask and answer questions about GitHub features and usage
5 participants