Skip to content

Instantly share code, notes, and snippets.

@nirajgiriXD
Created September 19, 2024 13:20
Show Gist options
  • Save nirajgiriXD/88cb064d89dfafe6423dac933a4b6cf5 to your computer and use it in GitHub Desktop.
Save nirajgiriXD/88cb064d89dfafe6423dac933a4b6cf5 to your computer and use it in GitHub Desktop.
Use JS Code Snippets
  • Toggle Viewed button on GitHub's Files Changed section
document.querySelectorAll('.js-reviewed-toggle').forEach((item) => item.click());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment