Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/HalfdogStudio/youdaodict

一个简单的基于有道在线翻译的GreaseMonkey屏幕取词脚本,在哪个网站都能用:)
https://github.com/HalfdogStudio/youdaodict

Last synced: 3 months ago
JSON representation

一个简单的基于有道在线翻译的GreaseMonkey屏幕取词脚本,在哪个网站都能用:)

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.