Skip to content

Instantly share code, notes, and snippets.

@yask123
Last active December 19, 2023 04:02
Show Gist options
  • Save yask123/92699a469cb9ce884c99 to your computer and use it in GitHub Desktop.
Save yask123/92699a469cb9ce884c99 to your computer and use it in GitHub Desktop.
a = document.getElementsByClassName('uiTextareaNoResize uiTextareaAutogrow _1rv');
for(var i = 0;i<10;i++)
{
a[0].value='Hey!';
b = document.getElementById("u_jsonp_6_6");// The id name will probably be different from you, check it out from dev-console.
b.click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment