Skip to content

Instantly share code, notes, and snippets.

@clouedoc
Created December 10, 2021 18:34
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 clouedoc/3c1cf61500b3762daaad56a4bf3fb54b to your computer and use it in GitHub Desktop.
Save clouedoc/3c1cf61500b3762daaad56a4bf3fb54b to your computer and use it in GitHub Desktop.
Mark all github files as viewed

Mark all github files as viewed

Add this to your bookmarks:

javascript:(() => document.querySelectorAll('.js-reviewed-checkbox:not([checked])').forEach(box => box.click()))()

Then click the created bookmark to execute it!

It will make it so that every "file viewed" box becomes checked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment