Skip to content

Instantly share code, notes, and snippets.

@arbaaz
Created May 29, 2017 20:08
Show Gist options
  • Save arbaaz/28272c74f586f93a25f6439d959ebf39 to your computer and use it in GitHub Desktop.
Save arbaaz/28272c74f586f93a25f6439d959ebf39 to your computer and use it in GitHub Desktop.
Snippet to follow all the topics of a Quora user
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