Skip to content

Instantly share code, notes, and snippets.

@seunggabi
Last active March 9, 2020 07:49
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 seunggabi/a0387bed87210e14c8e08424262d02e7 to your computer and use it in GitHub Desktop.
Save seunggabi/a0387bed87210e14c8e08424262d02e7 to your computer and use it in GitHub Desktop.
[Github] close change files by jQuery
$$('.btn-octicon.js-details-target').forEach(a => a.click())
$$('.js-reviewed-checkbox:checked').forEach(a => a.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment