var TweetToSend = "@pewdiepie hey bitch why the fuck don't you reply to me i demand a reply" function a(){ document.getElementsByClassName("js-compose-text compose-text scroll-v scroll-styled-v scroll-styled-h scroll-alt padding-al")[0].value = TweetToSend+" "+Math.floor(Math.random() * 1000); setTimeout(b,50); } function b(){ if (typeof document.getElementsByClassName("js-send-tweet-button js-spinner-button js-show-tip btn btn-positive-on-blue btn-extra-height is-disabled") !== "undefined") { document.getElementsByClassName("js-send-tweet-button js-spinner-button js-show-tip btn btn-positive-on-blue btn-extra-height is-disabled")[0].setAttribute("class","js-send-tweet-button js-spinner-button js-show-tip btn btn-positive-on-blue btn-extra-height"); } document.getElementsByClassName("js-send-tweet-button js-spinner-button js-show-tip btn btn-positive-on-blue btn-extra-height")[0].click(); setTimeout(a,50+Math.floor(Math.random()*50)); } a();