Skip to content

Instantly share code, notes, and snippets.

@thilak-rao
Created April 16, 2014 05:38
Show Gist options
  • Save thilak-rao/10811954 to your computer and use it in GitHub Desktop.
Save thilak-rao/10811954 to your computer and use it in GitHub Desktop.
Bulk Unfollow Users from Quora
// Go to Quora. Go to your profile, click on "Following". Open your console, and paste this:
javascript:var elements = document.getElementsByClassName('follow_button unfollow_button');var i = 0;for(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