Translator for Whatsapp

Translator for Whatsapp web

< 脚本 Translator for Whatsapp 的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发布于:2023-09-21

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.

passport4j作者
§
发布于:2023-09-21

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.

发布留言

登录以发布留言。