Skip to content

Instantly share code, notes, and snippets.

@seekerlee
Created February 27, 2019 05:13
Show Gist options
  • Save seekerlee/d7220fce1550e1edd4bc48edfd6f51e6 to your computer and use it in GitHub Desktop.
Save seekerlee/d7220fce1550e1edd4bc48edfd6f51e6 to your computer and use it in GitHub Desktop.
document.querySelectorAll('.member_list_table tr').forEach(e => {
console.log(e.getAttribute('name')+','+e.getAttribute('alias'))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment