Ever wanted to follow or unfollow people on Pinterest aggressively without the hassle of clicking individual follow/unfollow buttons? Below are the codes you can use to mass follow or mass unfollow people on Pinterest. But remember to use these Pinterest follow/unfollow scripts for your own personal use/testing and respect Pinterest rights.
Pinterest mass follow script
To run Pinterest mass follow script you have to use Chrome browser.
- Open Pinterest and login to your account.
- Open someone’s profile.
- Click on “Followers” and you’ll see the list of people who are following your chosen profile.
- Scroll down few times to load more profiles to the list.
- Press SHIFT + CTRL + I (Windows) or CMD + OPT + I (Mac) on your keyboard or right click anywhere on the browser and select “Inspect Element” or click on Chrome menu icon at the top-right corner of your browser window and then go to Tools > Developer Tools.
- Select the “Console” tab.
- Copy and paste the code below to console and press “Enter”.
var inputs = document.querySelectorAll('button.RCK');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
Pinterest mass unfollow script
To run Pinterest mass unfollow script you have to use Chrome browser.
- Open Pinterest and login to your account.
- Click on “Following” and you’ll see the list of people who you’re following.
- Scroll down few times to load more profiles to the list.
- Press SHIFT + CTRL + I (Windows) or CMD + OPT + I (Mac) on your keyboard or right click anywhere on the browser and select “Inspect Element” or click on Chrome menu icon at the top-right corner of your browser window and then go to Tools > Developer Tools.
- Select the “Console” tab.
- Copy and paste the code below to console and press “Enter”.
var inputs = document.querySelectorAll('button.RCK');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
Amazing, my account was hacked and there were 5K+ people I didn’t want to be following!
Thank you so much for sharing such an amazing post with us. I really appreciate your efforts. I came to know something new today with your help.
Any tips to mass unfollow Pinterest Boards?
Since there is a limit to how many and how fast you perform following, does your script take this into account so we won’t be banned?
Hi, thank for your sharing. But, Please check a gain, it is not working now. Pin have blocked it for mass follow.