必应词典标示符转为中文

This commit is contained in:
example 2019-05-14 18:12:28 +08:00
parent 20e3809f26
commit 4094947818

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name 划词翻译:多词典查询 // @name 划词翻译:多词典查询
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @version 5.0 // @version 5.1
// @description 划词翻译调用“有道词典有道翻译、金山词霸、Bing 词典必应词典、剑桥高阶、沪江小D、谷歌翻译” // @description 划词翻译调用“有道词典有道翻译、金山词霸、Bing 词典必应词典、剑桥高阶、沪江小D、谷歌翻译”
// @author https://github.com/barrer // @author https://github.com/barrer
// @match http://*/* // @match http://*/*
@ -234,6 +234,10 @@
}, function (rst) { }, function (rst) {
putEngineResult(ids.BING, htmlToDom('error: 无法连接翻译服务'), time); putEngineResult(ids.BING, htmlToDom('error: 无法连接翻译服务'), time);
showContent(); showContent();
}, {
headers: {
'Cookie': 'ENSEARCH=BENVER=0;' // 中文结果
}
}); });
}; };
obj[ids.HJENGLISH] = function (text, time) { obj[ids.HJENGLISH] = function (text, time) {