Skip to content

Instantly share code, notes, and snippets.

@cafe4it
Created August 27, 2015 18:46
Show Gist options
  • Save cafe4it/0ccd19ddb566e690923a to your computer and use it in GitHub Desktop.
Save cafe4it/0ccd19ddb566e690923a to your computer and use it in GitHub Desktop.
Tumblr auto follow people
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()})
@cafe4it
Copy link
Author

cafe4it commented Mar 4, 2016

jQuery('a:not(.is-following).follow_link').each(function(i){jQuery(this).delay(2000)[0].click()})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment