zhengbangbo / chat-gpt-userscript

A userscript to display ChatGPT answer alongside Search Engine or Translator
https://greasyfork.org/scripts/456077
MIT License
79 stars 14 forks source link

添加deepl翻译页面支持 #9

Closed duck123ducker closed 1 year ago

duck123ducker commented 1 year ago

经过测试,chatgpt的翻译功能在某些方面比deepl还要准确,所以在deepl翻译页面添加翻译支持。

zhengbangbo commented 1 year ago

非常感谢你的贡献,我稍微改了下

let question = 'Translate the following paragraph into ' + outlang + ' and only '+ outlang +'\n\n' + document.getElementById('source-dummydiv').innerHTML
image