Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marcoschicote/c3f2d0ac93647429f4b0933c7dc10143 to your computer and use it in GitHub Desktop.
Save marcoschicote/c3f2d0ac93647429f4b0933c7dc10143 to your computer and use it in GitHub Desktop.
Download WhatsApp phone numbers from group
Array.from(document.querySelectorAll("._2yeJ5 .copyable-area .RLfQR")[0].children).forEach(function(e){
console.log(e.children[0].children[0].children[1].children[1].textContent + "\t" + e.children[0].children[0].children[1].children[0].children[0].textContent);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment