Created
February 21, 2014 19:57
-
-
Save aniketpant/9142192 to your computer and use it in GitHub Desktop.
Bulk unfollow questions in Quora
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unfollowLinks = $('.follow_question.unfollow_question'); | |
$.each(unfollowLinks, function(index, link) { $(link).delay(2000).trigger("click"); }); |
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
Hey there, do you just chuck this into TamperMonkey?