更新样式

This commit is contained in:
example 2019-01-07 23:15:32 +08:00
parent 07cbadc2a4
commit 0765f4361b

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name 划词翻译:有道词典,金山词霸,谷歌翻译 // @name 划词翻译:有道词典,金山词霸,谷歌翻译
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @version 1.0 // @version 1.1
// @description 划词翻译调用“有道词典(有道翻译)、金山词霸、谷歌翻译” // @description 划词翻译调用“有道词典(有道翻译)、金山词霸、谷歌翻译”
// @author https://github.com/barrer // @author https://github.com/barrer
// @match http://*/* // @match http://*/*
@ -103,6 +103,7 @@
#google .confidence, #google .confidence,
#google .ld_result, #google .ld_result,
#google .encodeHTML, #google .encodeHTML,
#google .replaceArray,
#none { #none {
display: none; display: none;
} }