Created
June 22, 2015 11:27
-
-
Save skynetbinary/ad6dd6ca6d890bbb0f12 to your computer and use it in GitHub Desktop.
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
/* | |
Steps to unfollow: | |
------------------ | |
1. Load all of your pinterest followers by scrolling down. | |
2. Run the below "Minified Version" of "unfollow.js" in browser's console. | |
*/ | |
// Minified Version | |
$(".FollowButton.dim").each(function(){$(this).click();}); | |
// Beautified Version | |
$(".FollowButton.dim").each(function (){ | |
$(this).click(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does not work :/