样式修改

This commit is contained in:
example 2019-02-21 21:53:56 +08:00
parent 5815efbc2f
commit 7c5562cb45

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name 划词翻译:多词典查询 // @name 划词翻译:多词典查询
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @version 2.9 // @version 3.0
// @description 划词翻译调用“有道词典有道翻译、金山词霸、Bing 词典必应词典、剑桥高阶、沪江小D、谷歌翻译” // @description 划词翻译调用“有道词典有道翻译、金山词霸、Bing 词典必应词典、剑桥高阶、沪江小D、谷歌翻译”
// @author https://github.com/barrer // @author https://github.com/barrer
// @match http://*/* // @match http://*/*
@ -812,7 +812,7 @@
.replace(/(?:a>)/ig, 'span>') .replace(/(?:a>)/ig, 'span>')
.replace(/(?:<a)/ig, '<span') .replace(/(?:<a)/ig, '<span')
.replace(/style=".*?"/ig, '') .replace(/style=".*?"/ig, '')
.replace(/<span class="prop">释义<\/span>/ig, '<span class="prop">[释义]<\/span>') .replace(/<span class="prop">释义<\/span>/ig, '<span class="prop">释义:<\/span>')
.replace(/<h1 class="base-word abbr chinese change-base">变形<\/h1>/ig, ''); .replace(/<h1 class="base-word abbr chinese change-base">变形<\/h1>/ig, '');
var doc = htmlToDom(rst); var doc = htmlToDom(rst);
// 发音 // 发音