Created
May 29, 2017 20:08
-
-
Save arbaaz/28272c74f586f93a25f6439d959ebf39 to your computer and use it in GitHub Desktop.
Snippet to follow all the topics of a Quora user
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
Open the developer console and run this command. | |
document | |
.querySelectorAll('.topic_follow_button') | |
.forEach(node => !node.text.includes('Followi') && node.click()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment