更新样式

This commit is contained in:
example 2019-01-07 19:25:38 +08:00
parent 59901a00cc
commit c41a236e75

View File

@ -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://*/*
@ -124,8 +124,12 @@
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');