How to cancel all friend request pending on Facebook? [on hold]
How to cancel all pending friends on facebook with single click?
facebook friend facebook-requests
put on hold as too broad by luschn, snakecharmerb, Persijn, Patrick Mevzek, Rob 9 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
How to cancel all pending friends on facebook with single click?
facebook friend facebook-requests
put on hold as too broad by luschn, snakecharmerb, Persijn, Patrick Mevzek, Rob 9 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
How to cancel all pending friends on facebook with single click?
facebook friend facebook-requests
How to cancel all pending friends on facebook with single click?
facebook friend facebook-requests
facebook friend facebook-requests
asked yesterday
Mohammad Ayoub Khan
45528
45528
put on hold as too broad by luschn, snakecharmerb, Persijn, Patrick Mevzek, Rob 9 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by luschn, snakecharmerb, Persijn, Patrick Mevzek, Rob 9 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
- Open facebook pending requests mobile page (Facebook mobile page of pending friend requests)
- Open Chrome Developer tools by pressing CTRL+SHIFT+I
- Open console tab and paste this code and press enter
Note: Please wait to load all requests before pressing enter key
javascript: var inputs = document.getElementsByClassName('_54k8 _56bs _56bt');
for (var i = 0; i < inputs.length; i++) {
inputs[i].click();
}
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
- Open facebook pending requests mobile page (Facebook mobile page of pending friend requests)
- Open Chrome Developer tools by pressing CTRL+SHIFT+I
- Open console tab and paste this code and press enter
Note: Please wait to load all requests before pressing enter key
javascript: var inputs = document.getElementsByClassName('_54k8 _56bs _56bt');
for (var i = 0; i < inputs.length; i++) {
inputs[i].click();
}
add a comment |
- Open facebook pending requests mobile page (Facebook mobile page of pending friend requests)
- Open Chrome Developer tools by pressing CTRL+SHIFT+I
- Open console tab and paste this code and press enter
Note: Please wait to load all requests before pressing enter key
javascript: var inputs = document.getElementsByClassName('_54k8 _56bs _56bt');
for (var i = 0; i < inputs.length; i++) {
inputs[i].click();
}
add a comment |
- Open facebook pending requests mobile page (Facebook mobile page of pending friend requests)
- Open Chrome Developer tools by pressing CTRL+SHIFT+I
- Open console tab and paste this code and press enter
Note: Please wait to load all requests before pressing enter key
javascript: var inputs = document.getElementsByClassName('_54k8 _56bs _56bt');
for (var i = 0; i < inputs.length; i++) {
inputs[i].click();
}
- Open facebook pending requests mobile page (Facebook mobile page of pending friend requests)
- Open Chrome Developer tools by pressing CTRL+SHIFT+I
- Open console tab and paste this code and press enter
Note: Please wait to load all requests before pressing enter key
javascript: var inputs = document.getElementsByClassName('_54k8 _56bs _56bt');
for (var i = 0; i < inputs.length; i++) {
inputs[i].click();
}
answered yesterday
Mohammad Ayoub Khan
45528
45528
add a comment |
add a comment |