Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var text = "TriHard";
- var $input = $(".chat_text_input");
- var $submit = $(".qa-chat-buttons__submit");
- setInterval(function(){
- $input.val(". " + text); // how does ember js input work
- $submit.click();
- }, 1600)
Advertisement
Add Comment
Please, Sign In to add comment