Skip to content

Instantly share code, notes, and snippets.

@RoryMacDonald
Created January 22, 2014 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save RoryMacDonald/707f8e145227e328bedb to your computer and use it in GitHub Desktop.
Save RoryMacDonald/707f8e145227e328bedb to your computer and use it in GitHub Desktop.
elements = document.getElementsByClassName('fastfollow-userUnfollow')
for(var i=0; i<elements.length; i++) {
elements[i].click()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment