图标隐藏后折叠 More
This commit is contained in:
parent
e6a29fbd56
commit
ad53b74725
|
@ -1,7 +1,7 @@
|
|||
// ==UserScript==
|
||||
// @name Translate
|
||||
// @namespace http://tampermonkey.net/
|
||||
// @version 5.0
|
||||
// @version 5.1
|
||||
// @description 划词翻译调用“金山词霸、有道词典(有道翻译)、Google Translate(谷歌翻译)、沪江小D、搜狗翻译、必应词典(必应翻译)、Microsoft Translator(必应在线翻译)、海词词典、百度翻译、Oxford Learner's Dictionaries、Oxford Dictionaries、Merriam-Webster、汉典、PDF 划词翻译、Google Search、Bing Search(必应搜索)、百度搜索、Wikipedia Search(维基百科搜索)”网页翻译
|
||||
// @author https://github.com/barrer
|
||||
// @match http://*/*
|
||||
|
@ -445,6 +445,9 @@
|
|||
} else if (!text) {
|
||||
log('hide icon');
|
||||
icon.style.display = 'none';
|
||||
icon.querySelectorAll('img[is-more]').forEach(function (ele) {
|
||||
ele.style.display = 'none';
|
||||
});
|
||||
forceStopDrag();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user