Skip to content

Instantly share code, notes, and snippets.

@DerexScript
Created September 25, 2017 15:39
Show Gist options
  • Save DerexScript/d2317e18933467bd9a4ba1cfe9f8f968 to your computer and use it in GitHub Desktop.
Save DerexScript/d2317e18933467bd9a4ba1cfe9f8f968 to your computer and use it in GitHub Desktop.
numbers = "";
str = "";
m = "";
numberlist = new Array();
for (let i = 0; i < document.querySelectorAll('.chat.contact').length; i++) {
str = document.querySelectorAll('.chat.contact')[i].innerText;
numbers += /\n([^\n]+)/g.exec(str)[1]+", ";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment