affiliatemoney
Newbie
- Jul 9, 2016
- 35
- 7
Thanks.. but could you tweak it so that it only adds people that recently commented?
I don't think it's possible to embed Facebook using iframe. Most big websites block that.I think your script can be implemented by creating a html file on the server and running Facebook page in iframe, is not it?
There are different kind of modal windows when friend invite, they also need to close and stop the process.
Depends on your account. I do the following:i need to ask u a question how many request should i send per day please t cant find the answare sorry for my bad english
You can do with it whatever you want. I will add more features myself when I'm done with college exams.Thanks for this script.Can i modify it to accept friend requests ?
You should stop adding friends when you start getting these popups.Another kind of popup that I get after 80-100 friends requests.
View attachment 81771
Good idea, shouldn't be too complicated.If you have time and desire, could you write a script to remove all sent friends requests?
https://www.facebook.com/friends/requests/?fcref=ff&outgoing=1
Of course, if you add a check for this popups, it will improve safety. In the case of the first popup to need to count their appearance, if the popup is displayed more than 10 or 50 times, you need to stop the work. In the second case, you need stop work immediately.You should stop adding friends when you start getting these popups..
Thank you very much in advance.Good idea, shouldn't be too complicated.
I'll think about it. However adding 1000 friends in 5 secs is definitely not safe and will very likely get you banned.can u make a tool like this itt's for adding friends from a list of ids
Glad I could help!Sound intetesting. Thank man,
hey what's the delay you put between two action I'm looking for a delay with which no popup appearsAnother kind of popup that I get after 80-100 friends requests.
View attachment 81771
If you have time and desire, could you write a script to remove all sent friends requests?
https://www.facebook.com/friends/requests/?fcref=ff&outgoing=1
hey what's the delay you put between two action I'm looking for a delay with which no popup appears
YES same thing here but, when i add from suggested friends nothing "the popups" shows up the problem is that, all the suggested friends are from tier 3 world, i tried adding 50 friends only every few hours but the problem persisted, conclusion we have to create more accountsI don't think the popup is related to the delay, the popup appears when Facebook's algorithm thinks you don't know the person you are trying to add.
I feel like I get the same amount of popups no matter what delay I chose - or am I wrong?
javascript: var inputs = document.querySelectorAll('.FriendRequestAdd:not(.hidden_elem)');
var inputs1 = document.getElementsByClassName(' _42ft _4jy0 layerConfirm uiOverlayButton _4jy3 _4jy1 selected _51sy ');
var inputs2 = document.getElementsByClassName('autofocus layerCancel _4jy0 _4jy3 _4jy1 _51sy selected _42ft');
for(i= 0;i<2;i++) { inputs[i].click();inputs1[i].click();inputs2[i].click();} ;
Do you really want to refer to the dynamic attribute?var inputs1 = document.getElementsByClassName(' _42ft _4jy0 layerConfirm uiOverlayButton _4jy3 _4jy1 selected _51sy ');
var inputs2 = document.getElementsByClassName('autofocus layerCancel _4jy0 _4jy3 _4jy1 _51sy selected _42ft');
Im not an expert i dont know what are you talking about, im trying to close the popups by clicking the confirmation button and the close button in the same time this javascript workDo you really want to refer to the dynamic attribute?![]()
javascript: var inputs = document.querySelectorAll('.FriendRequestAdd:not(.hidden_elem)');
var inputs1 = document.getElementsByClassName(' _42ft _4jy0 layerConfirm uiOverlayButton _4jy3 _4jy1 selected _51sy ');
var inputs2 = document.getElementsByClassName('autofocus layerCancel _4jy0 _4jy3 _4jy1 _51sy selected _42ft');
for(i= 0;i< 5;i++) { inputs1[i].click();} ;
Can't think of an easy way to do this because there are no "add friends" buttons displayed alongside the commenters name.Thanks.. but could you tweak it so that it only adds people that recently commented?