Skip to content

Instantly share code, notes, and snippets.

@aniketpant
Created February 21, 2014 19:57
Show Gist options
  • Save aniketpant/9142192 to your computer and use it in GitHub Desktop.
Save aniketpant/9142192 to your computer and use it in GitHub Desktop.
Bulk unfollow questions in Quora
unfollowLinks = $('.follow_question.unfollow_question');
$.each(unfollowLinks, function(index, link) { $(link).delay(2000).trigger("click"); });
@adslgeek
Copy link

adslgeek commented Mar 4, 2014

Hey there, do you just chuck this into TamperMonkey?

@aniketpant
Copy link
Author

Nah! I just ran this from my console. But the problem is that you will have to manually scroll the entire page. I am yet to fix that part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment