修复剑桥高阶跳转到源网站查词丢失问题
This commit is contained in:
parent
03984bb47b
commit
e489b85206
|
@ -1,7 +1,7 @@
|
|||
// ==UserScript==
|
||||
// @name 划词翻译:多词典查询
|
||||
// @namespace http://tampermonkey.net/
|
||||
// @version 5.4
|
||||
// @version 5.5
|
||||
// @description 划词翻译调用“有道词典(有道翻译)、金山词霸、Bing 词典(必应词典)、剑桥高阶、沪江小D、谷歌翻译”
|
||||
// @author https://github.com/barrer
|
||||
// @match http://*/*
|
||||
|
@ -186,7 +186,7 @@
|
|||
}
|
||||
return rst;
|
||||
};
|
||||
obj[ids.CAMBRIDGE] = 'https://dictionary.cambridge.org/dictionary/english-chinese-simplified/%q%';
|
||||
obj[ids.CAMBRIDGE] = 'https://dictionary.cambridge.org/search/english-chinese-simplified/direct/?q=%q%';
|
||||
return obj;
|
||||
})(),
|
||||
// 翻译引擎
|
||||
|
|
Loading…
Reference in New Issue
Block a user