From d734fa3bad84449c97a33cdd3275738952e1e17e Mon Sep 17 00:00:00 2001 From: Tempest_1221 <79205045+EduMollo@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:14:16 -0300 Subject: [PATCH] Update shrekSendScript.js Fixed the text not sending after lines, just changed the send button label to the new one --- shrekSendScript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shrekSendScript.js b/shrekSendScript.js index ff005de..3f2fc62 100644 --- a/shrekSendScript.js +++ b/shrekSendScript.js @@ -13,7 +13,7 @@ async function enviarScript(scriptText){ textarea.dispatchEvent(new Event('change', {bubbles: true})); setTimeout(() => { - (main.querySelector(`[data-testid="send"]`) || main.querySelector(`[data-icon="send"]`)).click(); + (main.querySelector(`[data-testid="send"]`) || main.querySelector(`[data-tab="11"]`)).click(); }, 100); if(lines.indexOf(line) !== lines.length - 1) await new Promise(resolve => setTimeout(resolve, 250));