source:
https://stackoverflow.com/questions/73581385/github-notifications-showing-unread/79774035#79774035
[archive]
posted by Cees Timmerman
[archive]
The simplest solution [archive]:
- Go to https://github.com/notifications?query=is%3Aunread
- Run this in the browser's debug console:
document.querySelector('.js-notifications-mark-all-actions').removeAttribute('hidden');
document.querySelector('.js-notifications-mark-all-actions form[action="/notifications/beta/archive"] button').removeAttribute('disabled');- Press the previously hidden "Done" button.