Skip to content

Instantly share code, notes, and snippets.

@jabyrd3
Created May 17, 2017 04:08
Show Gist options
  • Save jabyrd3/b0976581b8430b8d3713b9397f7ebac9 to your computer and use it in GitHub Desktop.
Save jabyrd3/b0976581b8430b8d3713b9397f7ebac9 to your computer and use it in GitHub Desktop.
group-members-list
Array.from(document.querySelectorAll('div[data-name="GroupProfileGridItem"] > div>div>div div:last-child div:first-child'))
.map(account=>console.log(account.innerText))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment