Showing posts with label FireFox. Show all posts
Showing posts with label FireFox. Show all posts

Accept or Ignore All Facebook Friend Request With Single Click

Are you a type of person that have a lot of Facebook friend requests daily and want to accept your entire friends request once? If yes, then you are the right place where you will be taught how you can auto confirm or  ignore (as the case may be) your entire friends request once on Facebook.



How To Accept or Confirm Numerous Facebook Friend Requests

  • First and foremost, you need to launch your browser (all browsers works)

  • You need to go to your Facebook pending request page @ http://www.facebook.com/reqs.php to visit your Facebook pending request page

  • Then scroll down to the bottom of the page to load all friend request. Now go to your browser address bar and the erase http://www.facebook.com/reqs.php and then copy and paste the code below into your address bar or press Shift+ctrl+k in your Firefox then paste the code in the textbox below the console that appears and then press enter to see the magic.

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

How To Ignore or Reject Numerous Facebook Friend Requests

Follow step 1-3 as explained above, copy and paste the code below into your address bar and then press enter.

javascript:for( i = 1;i<document.getElementsByName("actions[hide]").length;i++){document.getElementsByName("actions[hide]")[i].click();}void(0);< span=""><>

If you encounter any problem when you are trying to apply this tutorial, don’t hesitate to use the comment box below.

Thanks to the anonymous that notified us that the former trick we compiled here no longer work. Love you all.

How To Invite All Facebook Friends To Page,Event With A Single Click


Steps To Be Followed

Step 1: Open Firefox browser and hit to your Facebook page to invite all friends to like your page.Now,click on Build Audience from the top navigation bar then Invite Friends.
Step 2: Select “All Friends” instead of “Recent Interaction” so that you can invite all friends to your page.Now,scroll to bottom till all your friends not shown.
Step 3 : Press Ctrl+Shift+K,a small window will appear at bottom and paste the below code in it and click enter.
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i < elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};

That’s it.Now,all your friends will selected.Just hit submit to notify them about your new page,event.This below JavaScript also works in Chrome browser as i just personally test it.You can also try thisworking Chrome extension to invite all friends to your page,event.

If have any queries message me here