添加翻译面板鼠标移动指示器
This commit is contained in:
parent
a4cfd12799
commit
0d55cb463e
|
@ -1,7 +1,7 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 划词翻译:有道词典,金山词霸
|
// @name 划词翻译:有道词典,金山词霸
|
||||||
// @namespace http://tampermonkey.net/
|
// @namespace http://tampermonkey.net/
|
||||||
// @version 0.4
|
// @version 0.5
|
||||||
// @description 划词翻译调用“有道词典(有道翻译)、金山词霸”
|
// @description 划词翻译调用“有道词典(有道翻译)、金山词霸”
|
||||||
// @author https://github.com/barrer
|
// @author https://github.com/barrer
|
||||||
// @match http://*/*
|
// @match http://*/*
|
||||||
|
@ -104,6 +104,7 @@
|
||||||
'position:absolute!important;' +
|
'position:absolute!important;' +
|
||||||
'padding:0!important;' +
|
'padding:0!important;' +
|
||||||
'margin:0!important;' +
|
'margin:0!important;' +
|
||||||
|
'cursor:move;!important;' +
|
||||||
'box-sizing:content-box!important;' +
|
'box-sizing:content-box!important;' +
|
||||||
'font-size:13px!important;' +
|
'font-size:13px!important;' +
|
||||||
'text-align:left!important;' +
|
'text-align:left!important;' +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user