Created
August 27, 2015 18:46
-
-
Save cafe4it/0ccd19ddb566e690923a to your computer and use it in GitHub Desktop.
Tumblr auto follow people
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
Requirement : | |
Chrome, firefox : addon : Jquerify | |
------------------------------- | |
Tumblr search window: | |
Open Chrome Console (Ctrl+Shift+I, tab Console) | |
Click Jquerify addon | |
Paste script bellow and enter. | |
$('a:not(.is-following).follow_link').each(function(i){$(this).delay(2000)[0].click()}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jQuery('a:not(.is-following).follow_link').each(function(i){jQuery(this).delay(2000)[0].click()})