In the search bar type "People who are not my friends but like marketing and internet marketing" (replace marketing/internet marketing with niche)
Click "see more" and load up some people
While in firefox press CTRL + SHIFT + K
Can somebody who knows javascript make a script that will cancel all sent friend request in this same manner?
I have been using a X Y axis mouse clicker to do this previously........
Click "see more" and load up some people
While in firefox press CTRL + SHIFT + K
Code:
javascript:var inputs = document.getElementsByClassName('_42ft _4jy0 FriendRequestAdd addButton _4jy3 _517h'); for(var i=0; i<inputs.length;i++) { inputs[i].click();
}
Can somebody who knows javascript make a script that will cancel all sent friend request in this same manner?
I have been using a X Y axis mouse clicker to do this previously........