Hiển thị các bài đăng có nhãn Facebook. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn Facebook. Hiển thị tất cả bài đăng

Delete all facebook messages at once

     If you have many messages for delete from facebook, it is very difficult to select all the messages, because facebook don't have the option for select all the message at once and delete in a click. But we have the solution for this we will give a small script for selecting all the message at once and delete in a single click.

Step 1:
   Login to your facebook account and go to message section.

go to the facebook message section

Step 2:
     Select whose message you want to delete.

select the person message from facebook

Step 3:
     Scroll up all the messages will load.

Load all facebook messages for scroll up


Step 4:
     Click Action(gear icon) and click Delete Messages... button like the below image.

delete message in facebook


Step 5:
     After press the Delete Messages... button you can see some check box on righside of the messages.

Show check box in facebook

Step 5:
     Now Right click anywhere of the facebook page and click Inspect and on that window press Console (or simply press ctrl+shift+j ), copy the below code and paste it to the console window finally press the enter key like the below image.

code
var _0x4d48=["\x69\x6E\x70\x75\x74\x5B\x74\x79\x70\x65\x3D\x63\x68\x65\x63\x6B\x62\x6F\x78\x5D","\x71\x75\x65\x72\x79\x53\x65\x6C\x65\x63\x74\x6F\x72\x41\x6C\x6C","\x6C\x65\x6E\x67\x74\x68","\x63\x6C\x69\x63\x6B"];var tt=document[_0x4d48[1]](_0x4d48[0]);for(i=0;i<tt[_0x4d48[2]];i++){tt[i][_0x4d48[3]]()}

Script for select all the facebook delete message checkbox


Step 6:
     Wow nice all check box are checked without manually selection all checkbox, now you can just simply press delete button to delete all messages.




Auto delete friend request for facebook

     Some one get too many friend requests and if they want to reject all friend request you need to click all the "Delete Request" buttons. So it take long time to reject all friend requests. So you can use the following script for doing your work simply, the script will click your "Delete Request" button automatically.

Auto Accept Friend Request Script

1) Go the this URL link facebook friend request page
2) Just copy the following code and paste it to your browser console window and press enter key.

Code
javascript:for( i = 0;i<document.getElementsByName("actions[reject]").length;i++){document.getElementsByName("actions[reject]")[i].click();}void(0);


Auto Delete Request Button in facebook

Facebook auto accept friend request

     Some one get too many friend requests and if they want to accept all friend request you need to click all the "Confirm" buttons. So it take long time to accept all friend requests. So you can use the following script for doing your work simply, the script will click your "Confirm" button automatically.

Auto Delete Friend Request Script

1) Go the this URL link facebook friend request page
2) Just copy the following code and paste it to your browser console window and press enter key.

Code
javascript:for( i = 0;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);

Auto accept friend request on facebook


How to increase the followers in facebook?

     It is very important to increase your followers, because facebook allow 5000 friends, and if you want reach your facebook post, you need more followers. And if you have more friends facebook might have a chance to ask your friends details on login, if you not enter the correct details your account will be block.

1. Login to your facebook account.

facebook login

2. Click the right top arrow icon and select settings option from the dropdown menu.

facebook setting menu

3. In the settings page select the followers option.

select followers option in facebook
4. In the followers options, you need to select the Everybody option  under the who can follow me title.

select the followers option to everybody
5. Now if any friend request come automatically put it into followers(not consider friend request accept or not),

see the followers in facebook


     Note : Old friend request will not added into followers, when you receive the friend request after configure the settings only it will added into follower list.