Skip to content

Instantly share code, notes, and snippets.

@KOBA789
Created April 11, 2022 06:27
Show Gist options
  • Save KOBA789/2e99fd9d2a0ec985d509a2caefb3b075 to your computer and use it in GitHub Desktop.
Save KOBA789/2e99fd9d2a0ec985d509a2caefb3b075 to your computer and use it in GitHub Desktop.
https://github.com/notifications で、閉じた Issue や PR を一括で選択するブックマークレット(そのまま Done にすると便利)
javascript:document.querySelectorAll('.notifications-list-item svg.color-fg-done, .notifications-list-item svg.color-fg-danger').forEach((e) => e.parentElement.parentElement.parentElement.previousElementSibling.querySelector('input[type=checkbox]').click());void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment