Facebook Tricks

Banned!

Member
Jun 30, 2013
10,779
1,070
0
Requirements : Mozilla Firefox
Accept All Friend Requests In One Click
Log in to your Facebook account
See all the pending friend requests
Scroll down the page and make sure you have all the pending friends requests on the active screen-page
Copy the JavaScript code from below
javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]").click();}void(0);
Press F12
Select Console tab
Paste the JavaScript in the editable bar
Press Enter to accept all Facebook friend requests at once


Invite All Friends To Like Your Page In One Click
Log in to your Facebook account
Go to your Fan Page
Click on "Build Audience"& select "Invite Friends"
Scroll down the page to load every friend
Copy the JavaScript code from below
javascript:var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++) {
inputs.click();
}
Press F12
Select Console tab
Paste the JavaScript in the editable bar
Press Enter to invite all Facebook friends at once


Suggest All Friends To Someone In One Click
Log in to your Facebook account
Go to your Friend's Timeline
Click on "Friends" & select "Suggest Friend"
Scroll down the page to load every friend
Copy the JavaScript code from below
javascript:var inputs = document.getElementsByClassName('_42ft _4jy0 _1sm _4jy3 _517h');
for(var i=0; i<inputs.length;i++) {
inputs.click();
}
Press F12
Select Console tab
Paste the JavaScript in the editable bar
Press Enter to Suggest all Facebook friends to someone at once

Ignore All Friend Suggestions In One Click
Log in to your Facebook account
See all the pending friend requests
Scroll down the page and make sure you have all the pending friends requests on the active screen-page
Copy the JavaScript code from below
javascript:for( i = 1;i<document.getElementsByName("actions[reject]").length;i++){document.getElementsByName("actions[reject]").click();}void(0);
Press F12
Select Console tab
Paste the JavaScript in the editable bar
Press Enter to Ignore all friend Suggestions at once

Delete All Friend Requests In One Click
Log in to your Facebook account
See all the pending friend requests
Scroll down the page and make sure you have all the pending friends requests on the active screen-page
Copy the JavaScript code from below
javascript:for( i = 1;i<document.getElementsByName("actions[hide]").length;i++){document.getElementsByName("actions[hide]").click();}void(0);
Press F12
Select Console tab
Paste the JavaScript in the editable bar
Press Enter to cancel all Facebook friend requests at once
If you don't let them, send friend requests again enter the JavaScript Code below right after the above code (Don't close or refresh the friend request list)

javascript:var inputs = document.getElementsByClassName('_42ft _4jy0 _5hb3 rfloat _ohf _4jy3 _517h _51sy');
for(var i=0; i<inputs.length;i++) {
inputs.click();
}