Last active
October 22, 2020 12:41
-
-
Save derekaug/992368db37c3f0d46add3ee61782cd1f to your computer and use it in GitHub Desktop.
Bookmarklet: Github Notifications - Click All Merged
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:(function(){document.querySelectorAll(".notifications-list-item").forEach(function(a){0<Array.from(a.querySelectorAll(".octicon-git-merge")).length&&a.querySelector('[type="checkbox"]').click()})})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment