Skip to content

Instantly share code, notes, and snippets.

@juanca
Created August 16, 2024 18:41
Show Gist options
  • Save juanca/096337b3a565a913236e88ba849652ce to your computer and use it in GitHub Desktop.
Save juanca/096337b3a565a913236e88ba849652ce to your computer and use it in GitHub Desktop.
Github PR bookmarklet: Mark all files as unviewed
javascript:document.querySelectorAll('input[name="viewed"][checked]').forEach(node => node.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment