Created
April 11, 2022 06:27
-
-
Save KOBA789/2e99fd9d2a0ec985d509a2caefb3b075 to your computer and use it in GitHub Desktop.
https://github.com/notifications で、閉じた Issue や PR を一括で選択するブックマークレット(そのまま Done にすると便利)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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