Skip to content

Instantly share code, notes, and snippets.

@tifletcher
Created March 27, 2018 17:00
Show Gist options
  • Save tifletcher/25661ec35bf917309dc8f598761883e1 to your computer and use it in GitHub Desktop.
Save tifletcher/25661ec35bf917309dc8f598761883e1 to your computer and use it in GitHub Desktop.
select all for google inbox
document.querySelectorAll('[role="checkbox"][aria-checked="false"]').forEach(x => x.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment