更新样式
This commit is contained in:
parent
59901a00cc
commit
c41a236e75
@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 划词翻译:有道词典,金山词霸,谷歌翻译
|
// @name 划词翻译:有道词典,金山词霸,谷歌翻译
|
||||||
// @namespace http://tampermonkey.net/
|
// @namespace http://tampermonkey.net/
|
||||||
// @version 0.8
|
// @version 0.9
|
||||||
// @description 划词翻译调用“有道词典(有道翻译)、金山词霸、谷歌翻译”
|
// @description 划词翻译调用“有道词典(有道翻译)、金山词霸、谷歌翻译”
|
||||||
// @author https://github.com/barrer
|
// @author https://github.com/barrer
|
||||||
// @match http://*/*
|
// @match http://*/*
|
||||||
@ -123,9 +123,13 @@
|
|||||||
#google .pos:after {
|
#google .pos:after {
|
||||||
content: "]";
|
content: "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#google .terms:after {
|
||||||
|
content: "⌟";
|
||||||
|
}
|
||||||
|
|
||||||
#google .terms {
|
#google .terms {
|
||||||
margin-right: 1em;
|
margin-right: .7em;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
var link = document.createElement('link');
|
var link = document.createElement('link');
|
||||||
|
Loading…
Reference in New Issue
Block a user