From 0765f4361b856f2fdc379fad98f143a95c1b840b Mon Sep 17 00:00:00 2001 From: example Date: Mon, 7 Jan 2019 23:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- translate/translate-dictionary.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/translate/translate-dictionary.js b/translate/translate-dictionary.js index 47c53a6..28983d9 100644 --- a/translate/translate-dictionary.js +++ b/translate/translate-dictionary.js @@ -1,7 +1,7 @@ // ==UserScript== // @name 划词翻译:有道词典,金山词霸,谷歌翻译 // @namespace http://tampermonkey.net/ -// @version 1.0 +// @version 1.1 // @description 划词翻译调用“有道词典(有道翻译)、金山词霸、谷歌翻译” // @author https://github.com/barrer // @match http://*/* @@ -103,6 +103,7 @@ #google .confidence, #google .ld_result, #google .encodeHTML, + #google .replaceArray, #none { display: none; }