Skip to content

Instantly share code, notes, and snippets.

@arye321
arye321 / github remove ghost notifications.md
Last active October 10, 2025 06:25
github remove ghost notifications

go to:

https://github.com/notifications

run

document.querySelector('.js-notifications-mark-all-actions').removeAttribute('hidden');
document.querySelector('.js-notifications-mark-all-actions form[action="/notifications/beta/archive"] button').removeAttribute('disabled');