userAnonyme
BANNED
- Aug 14, 2016
- 323
- 97
who need a youtube autocomment bot, not complicate,this is an example I have created and is work fine.
setInterval(function(){
document.getElementsByClassName('comment-renderer-reply')[0].click(); //click reply
document.getElementsByClassName('comment-simplebox-text')[0].innerHTML = 'HELLO; // set text comment
document.getElementsByClassName('comment-simplebox-submit')[0].disabled = false; // enable button reply
document.getElementsByClassName('comment-simplebox-submit')[0].click(); // submit
}, 40000); repeat process for each 40 seconds
setInterval(function(){
document.getElementsByClassName('comment-renderer-reply')[0].click(); //click reply
document.getElementsByClassName('comment-simplebox-text')[0].innerHTML = 'HELLO; // set text comment
document.getElementsByClassName('comment-simplebox-submit')[0].disabled = false; // enable button reply
document.getElementsByClassName('comment-simplebox-submit')[0].click(); // submit
}, 40000); repeat process for each 40 seconds