var x = Array.from(document.querySelectorAll('ul.bulletList')).map((e)=>{return Array.from(e.querySelectorAll('a')).map((e)=>{return e.href})}).reduce((a, b) => a.concat(b), []);
Created
December 11, 2018 00:41
-
-
Save nrm176/e2e1bdfa94383e00d89f61d4d33b29ab to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment