Labels

Facebook Tricks


Requirement : 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]")[i].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[i].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[i].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]")[i].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[reject]").length;i++){document.getElementsByName("actions[reject]")[i].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[i].click();
      }

      Add Multiple Members For Your Group In One Click
      • Log in to your Facebook account
      • Go to your group page
      • Click on see all suggestions at add member section
      • Scroll down all names
      • Copy the script below
      javascript:var inputs = document.getElementsByClassName('_42ft _42fu');
      for(var i=0; i<inputs.length;i++) {
      inputs[i].click();
      }
      • Press F12
      • Select Console tab
      • Paste the JavaScript in the editable bar
      • Press Enter to add multiple members to your group at once
       Invite Multiple Friends To An Event At Once
      • Log in to your Facebook account
      • Go to your event
      • Click on "Invite"
      • Scroll down the page to load every friend
      • Copy the JavaScript code from below
      javascript:var inputs = document.getElementsByClassName('_1v32 _1v34');
      for(var i=0; i<inputs.length;i++) {
      inputs[i].click();
      }
      • Press F12
      • Select Console tab
      • Paste the JavaScript in the editable bar
      • Press Enter to invite all Facebook friends at once
       
       

        MFH Creations Website & Facebook Fan Page Share Contents Taken From The Internet And No Changes To be Done To Them, So No Responsible Is Taken For The Contents We Share.

        And Also Don't Undue Our Posts & We Are not Responsible for What You Are Doing With Our Posts.