Created
June 22, 2015 11:27
Revisions
-
skynetbinary created this gist
Jun 22, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ /* 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(); });