Skip to content

Instantly share code, notes, and snippets.

@reanimat0r
Forked from yask123/whatsapp_sendMSG.js
Created April 1, 2020 03:05
Show Gist options
  • Select an option

  • Save reanimat0r/67428051bbf08a5ec00ef06a66898520 to your computer and use it in GitHub Desktop.

Select an option

Save reanimat0r/67428051bbf08a5ec00ef06a66898520 to your computer and use it in GitHub Desktop.
Send messages on whatsapp by Javascript
document.getElementsByClassName("input")[1].innerHTML="This message was written via JS script! "; // Fills the text box message
var input = document.getElementsByClassName("icon btn-icon icon-send");//Grabs the send button
input[0].click();// Clicks the send button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment