Skip to content

Instantly share code, notes, and snippets.

@zoka123
Last active January 28, 2017 17:32
Show Gist options
  • Select an option

  • Save zoka123/8e5eea732c3e7c4ed732aa3578bec544 to your computer and use it in GitHub Desktop.

Select an option

Save zoka123/8e5eea732c3e7c4ed732aa3578bec544 to your computer and use it in GitHub Desktop.
Follow everyone on Medium
var buttons = document.getElementsByClassName('js-followButton');
for(var i = 0; i < buttons.length; i++){
var item = buttons[i];
if(!item.classList.contains('is-active')){
item.click();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment