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.
To run Pinterest mass follow script you have to use Chrome browser.
var inputs = document.querySelectorAll('button.RCK');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
To run Pinterest mass unfollow script you have to use Chrome browser.
var inputs = document.querySelectorAll('button.RCK');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
Victor Mochere is an award winning blogger, social media influencer, literati savant, altruistic, and a netpreneur creating and marketing digital content.
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Permission to use quotation from any article is granted subject to full credit of the source being given by referencing the direct link of the article on Victor Mochere. However, reproducing any content on this site without explicit permission is strictly prohibited.
We are committed to upholding our editorial standards, including accuracy. Our policy is to review each issue on a case by case basis, immediately upon becoming aware of a potential error or need for clarification, and to resolve it as quickly as possible. If you notice an error or typo that needs correction, please don’t hesitate to contact us for immediate action.
Victor Mochere brings you a daily dose of well curated up to date facts, news, opinions and important updates from Kenya, Africa and around the World.
Copyright © 2021 Victor Mochere. All rights reserved.
Copyright © 2021 Victor Mochere. All rights reserved.
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.