Skip to content

Instantly share code, notes, and snippets.

@negiboudu
Created June 26, 2019 21:36
Show Gist options
  • Save negiboudu/51e78b1486cd5bbbaf4c30a11ed31225 to your computer and use it in GitHub Desktop.
Save negiboudu/51e78b1486cd5bbbaf4c30a11ed31225 to your computer and use it in GitHub Desktop.
javascript:window.setTimeout(inputtext,1000);function inputtext(){let textbox = document.getElementsByName("tweet")[0];textbox.focus();textbox.innerText="てすとです";window.setTimeout(tweetbutton,5000);}function tweetbutton(){document.getElementsByClassName("js-tweet-btn")[0].click();window.setTimeout(inputtext,5000);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment