Skip to content

Instantly share code, notes, and snippets.

@nrm176
Created July 11, 2021 06:44
Show Gist options
  • Save nrm176/08347c22eb5647e2b92b14f0a56cfd48 to your computer and use it in GitHub Desktop.
Save nrm176/08347c22eb5647e2b92b14f0a56cfd48 to your computer and use it in GitHub Desktop.
kabutan-company-block-keywords.md
Array.from(document.querySelector('div.company_block')
.querySelectorAll('table tr:nth-child(5) > td li'))
.map((e)=>{return e.textContent})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment