From 0d55cb463eaf54d76cfd0b62d3269e13832701a4 Mon Sep 17 00:00:00 2001 From: example Date: Sat, 5 Jan 2019 08:44:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BF=BB=E8=AF=91=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E9=BC=A0=E6=A0=87=E7=A7=BB=E5=8A=A8=E6=8C=87=E7=A4=BA?= =?UTF-8?q?=E5=99=A8?= 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 400f89f..85c1478 100644 --- a/translate/translate-dictionary.js +++ b/translate/translate-dictionary.js @@ -1,7 +1,7 @@ // ==UserScript== // @name 划词翻译:有道词典,金山词霸 // @namespace http://tampermonkey.net/ -// @version 0.4 +// @version 0.5 // @description 划词翻译调用“有道词典(有道翻译)、金山词霸” // @author https://github.com/barrer // @match http://*/* @@ -104,6 +104,7 @@ 'position:absolute!important;' + 'padding:0!important;' + 'margin:0!important;' + + 'cursor:move;!important;' + 'box-sizing:content-box!important;' + 'font-size:13px!important;' + 'text-align:left!important;' +