Created
April 9, 2019 02:23
-
-
Save nrm176/0a288206d22b90d70f75ecfe50b9f574 to your computer and use it in GitHub Desktop.
Get security codes from Kabutan article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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