Skip to content

Instantly share code, notes, and snippets.

@nrm176
Created April 9, 2019 02:23
Show Gist options
  • Save nrm176/0a288206d22b90d70f75ecfe50b9f574 to your computer and use it in GitHub Desktop.
Save nrm176/0a288206d22b90d70f75ecfe50b9f574 to your computer and use it in GitHub Desktop.
Get security codes from Kabutan article
Array.from(new Set(Array.from(document.querySelectorAll('div.mono a')).map((e)=>{return e.textContent}).filter((e)=>{ return e.length == 4 }))).join(', ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment