Skip to content

Instantly share code, notes, and snippets.

@nrm176
Created September 17, 2021 13:57
Show Gist options
  • Save nrm176/0457cc8f4e602807587e7e7cdb7bcdab to your computer and use it in GitHub Desktop.
Save nrm176/0457cc8f4e602807587e7e7cdb7bcdab to your computer and use it in GitHub Desktop.
Array.from(document.querySelector('div.table-responsive').querySelectorAll('table tr')).filter((e,idx)=>{return idx != 0}).map((e)=>{return e.querySelector('td').textContent}).join(' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment