Advertisement

Pinterest unfollow people iMacros javascript

 (Read 3976 times)

Skyla157

  • Global Moderator
  • Hero Member
  • ****
  • Posts: 23756
Pinterest unfollow people iMacros javascript
« on: Sep 12, 2016, 05:51 PM »
This imacros javascript code will help you unfollow people from your following list. Since there is no mutual follow list on Pinterest, you can use it like Twitter to unfollow who don't follow you back

Steps:
1. Create a unfollow.js file in your imacros folder and paste the code inside.
2. Edit the link on the first line to go to your profiles following link. Just edit the "yourusername" to be your pinterest username
3. The way the code works, it lets you choose how many times to scroll down allowing you to unfollow more or less people.
4. Just run the imacro and chose the number you want it to scroll. (Start with 1-2 if you have no idea)
5. Tada, you just unfollowed a number of people automatically

Quote
Bots scrape the links and claim udemy coupon codes automatically. So, you need to be logged in to claim this course for free..

Login or post a reply to unlock.
登录或发表回复即可解锁
Inicia sesión o publica una respuesta para desbloquear
Entre ou poste uma resposta para desbloquear
Connectez-vous ou postez une réponse pour déverrouiller
अनलक करने के लिए साइन इन करें या पोस्ट करें।
تسجيل الدخول أو الرد على فتح

Login.

Enjoy! :)

Jenkins

  • Global Moderator
  • Hero Member
  • ****
  • Posts: 7993
Re: Pinterest unfollow people iMacros javascript
« Reply #1 on: May 14, 2017, 08:32 AM »
I modified the part slightly to work with the latest modifications on the site. It automatically scrolls down a number of time you choose to unfollow as many as you want.

Code: [Select]
var input = prompt("Number of times to repeat?");

for (var i=0; i<input;i++){
var document = window.document;
window.scrollTo(0,document.body.scrollHeight);
iimPlayCode('WAIT SECONDS=5')
}
var document = window.document;
var inputs = document.getElementsByClassName('text-md');
for(var j=0; j<inputs.length;j++) {
    inputs[j].click();
}

-Just save it as unfollow.js
-Go to your following page and run this.
-It will ask how many times it should scroll down.
-Choose a number then after it scrolls a number of times,
-It unfollows everyone on the page.

Use it at your own risk. following too many people is not taken lightly by Pinterest.

kissmykitty

  • Starter
  • Posts: 2
Re: Pinterest unfollow people iMacros javascript
« Reply #2 on: Mar 31, 2020, 10:31 PM »
I'm definitely interested in giving this a try, as I have wayyyyy too many people that I'm following. Thank you for the hard work!

chatii

  • Jr. Jucktioner
  • *
  • Posts: 10
Re: Pinterest unfollow people iMacros javascript
« Reply #3 on: Apr 01, 2020, 02:50 PM »
I'm definitely interested in giving this a try, as I have wayyyyy too many people that I'm following. Thank you for the hard work!
that is post is from 2017, i'm sure it needs an update

frederick.1970

  • Starter
  • Posts: 2
Re: Pinterest unfollow people iMacros javascript
« Reply #4 on: Mar 27, 2021, 06:36 PM »
thank for your script

Advertisement

Best Affiliate Program