-
-
Save reanimat0r/67428051bbf08a5ec00ef06a66898520 to your computer and use it in GitHub Desktop.
Send messages on whatsapp by Javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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