Skip to content

Instantly share code, notes, and snippets.

@pjhoberman
Created February 7, 2020 21:49
Show Gist options
  • Save pjhoberman/001529f93183ea3bfb432b5d6fdc1609 to your computer and use it in GitHub Desktop.
Save pjhoberman/001529f93183ea3bfb432b5d6fdc1609 to your computer and use it in GitHub Desktop.
x = setInterval(function(){
if( Number(document.getElementsByClassName('v2-conversations-list__to-send-count')[0].textContent) > 0){
document.getElementsByTagName('button')[1].click();
} else {clearInterval(x);}}, 250)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment