Is it still working?
WhatsApp rearranged quite some code on May 30th. The script doesn't work for me, could it be a div has to be updated?
Will check and update the code.
Cool, thanks a lot.
Am 25.06.2018 um 10:51 schrieb Akhil Mohan [email protected]:
Will check and update the code.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/akhilerm/Infiny/issues/8#issuecomment-399879666, or mute the thread https://github.com/notifications/unsubscribe-auth/Al7o7xqyMkTJsiW-jpu6Tmk6wE3dI-toks5uAKSmgaJpZM4U1s-K.
@akhilerm Is it working for you now? Because for me it isn't...
I think modification in both selectContact() and sendMessage() needs to be made. Still not working.
selectContact works for me with this updated directory:
function getChatname(){
$("#pane-side > div > div > div").find("._2FBdJ > div._25Ooe").each(function(){
contacts.push($(this).text());
chat_div.push($(this));
})
}