Skip to content

Commit

Permalink
修复金山词霸释义内容解析
Browse files Browse the repository at this point in the history
  • Loading branch information
barrer committed Aug 15, 2023
1 parent fc85916 commit 842a044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions translate/translate-dictionary.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name 划词翻译:多词典查询
// @namespace http://tampermonkey.net/
// @version 10.14
// @version 10.15
// @description 划词翻译调用“有道词典(有道翻译)、金山词霸、Bing 词典(必应词典)、剑桥高阶、沪江小D、谷歌翻译”
// @author https://github.com/barrer
// @license https://www.apache.org/licenses/LICENSE-2.0
Expand All @@ -19,7 +19,7 @@
// ==/UserScript==

/*
* Copyright 2019-2022 https://github.com/barrer.
* Copyright 2019-2023 https://github.com/barrer.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -143,7 +143,7 @@
.cambridge .dphrase-block{margin-left:1em}
.cambridge .dphrase-title b{font-weight:normal}
.cambridge .ddef_h,.cambridge .def-body{display:inline}
.iciba h1,.iciba p{margin:0;padding:0;font-size:1em;font-weight:normal}
.iciba h1,.iciba p,.iciba [class^="Mean_word"]{margin:0;padding:0;font-size:1em;font-weight:normal}
.iciba ul{list-style:none;margin:0;padding:0}
.iciba li>i{font-style:normal}
.iciba ul[class^="Mean_symbols"] li{display:inline;color:#808080;margin-right:1em}
Expand Down

0 comments on commit 842a044

Please sign in to comment.