Created
June 26, 2019 21:36
-
-
Save negiboudu/51e78b1486cd5bbbaf4c30a11ed31225 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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