-
-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【建议】有道网页查词增强 #99
Comments
嗨,谢谢反馈。
|
嗯,问题是 canary 不再信任有道网页翻译网站的 certificate 。我当时 hack 的时候是将原来的资源都从 http 换成了 https ,我试试改回去。 |
非常感谢您。期待下一次更新 |
Closed
我这里还可以用。具体操作方法是 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1、无论翻译 http 还是 https,有道的api都会被chrome(我这里是68.0.3416.1(正式版本)canary-dcheck (32 位))标记为危险并直接拦截。建议首次使用前,测试不能访问后,提示用户打开该网址并手动允许,然后,启用命令行--allow-running-insecure-content。
2、(重要!)能否开启一个自动模式,也即,在开启后,所有打开的新页面都自动调用有道网页翻译?
3、能否模仿原版的有道翻译制作一个js书签,原版为:javascript: void((function() {var element = document.createElement('script');element.id = 'outfox_seed_js';element.charset = 'utf-8',element.setAttribute('src', 'http://fanyi.youdao.com/web2/seed.js?' + Date.parse(new Date()));document.body.appendChild(element);})()),点击后直接拉起插件增强版的翻译功能,而不使用原版
The text was updated successfully, but these errors were encountered: