q / any script to bulk follow pinterest users ?

javadth

Elite Member
Jr. VIP
Joined
Aug 27, 2012
Messages
3,196
Reaction score
1,157
hi

do you know any script to bulk follow people?

looking for a script to run in Mozilla or chrome


found this code , running in mozilla console but it doesnt work correct

follow a people after running again follow other profile and un follow another guy

Code:
var inputs = document.querySelectorAll('button.RCK');   
for(var i=0; i<inputs.length; i++){
inputs[i].click();
}
 
Back
Top