Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Array.from(document.querySelectorAll('section a span')).filter(function(el){return el.textContent.indexOf("@") > -1}).reduce(function(ac,cv){return ac + cv.textContent + ", "});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement