Created
January 27, 2014 11:40
-
-
Save neuling/8647112 to your computer and use it in GitHub Desktop.
twitter followers push
This file contains 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
1) visit the profile you would like to push (you need to be logged-in, does not work on your own account) | |
2) open javascript console | |
3) type in: (f=function(){$(".user-actions-follow-button:first").trigger("click");setTimeout(f,100)})(); | |
4) hit enter |
Woooh! :D
Haha... :D
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Epic!