Infiny icon indicating copy to clipboard operation
Infiny copied to clipboard

Is it still working?

Open lelandolt opened this issue 7 years ago • 5 comments

WhatsApp rearranged quite some code on May 30th. The script doesn't work for me, could it be a div has to be updated?

lelandolt avatar Jun 25 '18 08:06 lelandolt

Will check and update the code.

akhilerm avatar Jun 25 '18 08:06 akhilerm

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.

lelandolt avatar Jun 25 '18 08:06 lelandolt

@akhilerm Is it working for you now? Because for me it isn't...

lelandolt avatar Jun 25 '18 19:06 lelandolt

I think modification in both selectContact() and sendMessage() needs to be made. Still not working.

akhilerm avatar Aug 11 '18 10:08 akhilerm

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)); })
}

lelandolt avatar Aug 11 '18 22:08 lelandolt