Skip to content

Instantly share code, notes, and snippets.

@talhashraf
Created June 22, 2015 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save talhashraf/ad6dd6ca6d890bbb0f12 to your computer and use it in GitHub Desktop.
Save talhashraf/ad6dd6ca6d890bbb0f12 to your computer and use it in GitHub Desktop.
/*
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();
});
@rkalkan
Copy link

rkalkan commented Jun 24, 2016

Does not work :/

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