Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by Wilson Edwards
at 2024-09-06 14:35:27
Point:500 Replies:3 POST_ID:829267USER_ID:12108
Topic:
goolge-translation;javascript
I would like to detect users' language and then automatically translate it by google-translation,
and remove those title hint when mouse move over the text.
Any comment
Author: Wilson Edwards replied at 2024-09-08 11:46:33
want to not translate some section, u can read this
Author: Wilson Edwards replied at 2024-09-07 17:35:35
if don't want to affect current internal css, try this better
<style>
.goog-te-banner-frame.skiptranslate { display: none !important;}
#goog-gt-tt{display: none !important; top: 0px !important; }
.goog-tooltip skiptranslate{display: none !important; top: 0px !important; }
.activity-root { display: hide !important;}
.status-message { display: hide !important;}
.started-activity-container { display: hide !important;}
</style>
Accepted Solution
Author: Wilson Edwards replied at 2024-09-06 14:40:45
500 points Excellent
Be Reminded: change script src to https from http