Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HalfdogStudio/youdaodict
一个简单的基于有道在线翻译的GreaseMonkey屏幕取词脚本,在哪个网站都能用:)
https://github.com/HalfdogStudio/youdaodict
Last synced: 3 months ago
JSON representation
一个简单的基于有道在线翻译的GreaseMonkey屏幕取词脚本,在哪个网站都能用:)
- Host: GitHub
- URL: https://github.com/HalfdogStudio/youdaodict
- Owner: HalfdogStudio
- License: mit
- Created: 2015-09-27T03:27:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T03:14:44.000Z (almost 7 years ago)
- Last Synced: 2024-05-12T22:54:36.994Z (6 months ago)
- Language: JavaScript
- Homepage: https://greasyfork.org/en/scripts/12758-youdaodict
- Size: 15.6 KB
- Stars: 48
- Watchers: 7
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youdaodict
Translates the selected text into a tooltip automatically.
Inspired by Google Translation Tooltip. The data come from the honored [Youdao](http://fanyi.youdao.com/).
## Screenshot
![Screenshot for youdaodict](http://upload-images.jianshu.io/upload_images/927981-c88125ce5a60959a.gif?imageMogr2/auto-orient/strip)
## Feature
1. Functioning on every page you visit! No mixed content blocking and CSP restriction anymore.
2. Translate words and sentences.
3. Pronunciation support for word look-up.
4. Simple and user-friendly design.
5. Real-time multilingual online translation.## Notes
Script is enabled by default. you can change:
var toggle = true;
to:
var toggle = false;
to disabled this script initially.
Using ctrl+alt+q to enable/disable this script.
## Why
The main reason is: Google translation tooltip can't work properly in China.
[More info on this article(in Chinese)](http://www.jianshu.com/p/b984d149ee48)
## ChangeLog
### 20151125
- ctrl+alt+q to disable/enable this script.