Skip to content

Instantly share code, notes, and snippets.

@spaky08
Forked from yask123/whatsapp_sendMSG.js
Created January 25, 2018 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spaky08/de1b8a791f02431447551dc7bafd9285 to your computer and use it in GitHub Desktop.
Save spaky08/de1b8a791f02431447551dc7bafd9285 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