- Aug 27, 2012
- 3,196
- 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
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();
}