Translator for Whatsapp

Translator for Whatsapp web

< Feedback on Translator for Whatsapp

Review: OK - script works, but has bugs

§
Posted: 21.09.2023

Is there a way to disable the autocomplete? It seems to be completely random and just obscures the window. If it allowed you to choose or kept the most recent it might be OK, but, it does neither.

passport4jAuthor
§
Posted: 21.09.2023

I don't experience this problem. You could try to edit the code by updating below

<input type="text" id="originalTextInput" placeholder="Type your message and press Enter to send the translated message" style="width:100%;border:0px;height:30px;border-radius:8px;padding:6px;"/>

to

<input type="text" id="originalTextInput" placeholder="Type your message and press Enter to send the translated message" autocomplete="off" style="width:100%;border:0px;height:30px;border-radius:8px;padding:6px;"/>

Let me know if it works.

Post reply

Sign in to post a reply.