Skip to content

Instantly share code, notes, and snippets.

View spaky08's full-sized avatar
😎
BlockChain

Manu spaky08

😎
BlockChain
View GitHub Profile
@spaky08
spaky08 / whatsapp_sendMSG.js
Created January 25, 2018 19:18 — forked from yask123/whatsapp_sendMSG.js
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