// ==UserScript== // @name 翻译去回车 // @description 翻译去回车啊 // @namespace Violentmonkey Scripts // @match https://translate.google.cn/* // @match https://translate.google.com/* // @grant none // @run-at document-end // @version 0.0.1.20201223024712 // @downloadURL https://update.greasyfork.icu/scripts/376821/%E7%BF%BB%E8%AF%91%E5%8E%BB%E5%9B%9E%E8%BD%A6.user.js // @updateURL https://update.greasyfork.icu/scripts/376821/%E7%BF%BB%E8%AF%91%E5%8E%BB%E5%9B%9E%E8%BD%A6.meta.js // ==/UserScript== function deleteEnter(){ txtarea = $(".er8xn")[0] txt = txtarea.value; //console.log(txt) for (var i=0;i') button.click(deleteEnter) buttonParent.append(button) } //window.onload=function(){ helloworld() //window.setTimeout(helloworld,1000); //}