Last active
March 18, 2017 13:32
-
-
Save ar5had/b8dcfc3bcaee54f805778ae1ec0868da to your computer and use it in GitHub Desktop.
Open chat in web whatsapp then open console and paste this code in console terminal and hit enter.
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
setInterval(function(){ | |
if(document.querySelector(".icon.icon-smiley.btn-emoji") != null) | |
document.querySelector(".icon.icon-smiley.btn-emoji").click(); | |
document.querySelector(".emojik.emojiordered1200").click(); | |
document.querySelector(".icon.btn-icon.icon-send.send-container").click(); | |
}, 500); |
it didn't work here
VM72:2 Uncaught ReferenceError: $ is not defined(anonymous function) @ VM72:2
error start in this line
if($(".icon.icon-smiley.btn-emoji") != null)
you can do with that send messages, instead of emoji?
Update to vanilla js.
Will try to make a normal text message one.
ok, I'm waiting
replace the Emoji class with ".e[number].c0.emojik"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Youtube video - https://youtu.be/oxZIZorMHX0