Skip to content

Instantly share code, notes, and snippets.

@derekaug
Last active October 22, 2020 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derekaug/992368db37c3f0d46add3ee61782cd1f to your computer and use it in GitHub Desktop.
Save derekaug/992368db37c3f0d46add3ee61782cd1f to your computer and use it in GitHub Desktop.
Bookmarklet: Github Notifications - Click All Merged
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