Skip to main content

How to invite your all facebook friends to page easily

hello today i will tell you how to invite all your fb friends to page:

How to invite your all facebook friends to page easily

what you need:
  • PC
  • chrome or mozilla
  • facebook page and admin profile
  • brain :)

lets start:

  1. first open facebook account and go to your page
  2. click on "Invite your friends" left side of the page
  3. scroll down until all friends are shown
  4. now press CTRL+SHIFT+J to open console and paste this code:

javascript:var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
  1. press enter 
  2. wait for 1 minute don't close or don't do anything... and the invite window will be closed and your all friends will be invited
  3. enjoy

Comments

Post a Comment

Popular posts from this blog

10 basic android tips you must know

10 basic and useful android tips you must know about! 10 Android basic tips 1. Disable App Notifications Bugged by annoying app notifications that just keep coming? If you don’t know already, these app notifications also drain your phone’s battery. If you want to turn them off, and you are on Jelly Bean 4.1 and above, here’s how: On any of your unwanted notifications in your notification bar,  long press on the notification for a message box to appear. Tap on  App Info  > Untick  Show Notifications  >  OK . 2. Disable Mobile Data Whenever you don’t need to stay connected, disabling the Mobile Data can help keep your smartphone battery from draining too quickly. Turning off mobile data is as easy as: Going to  Settings  >  Data Usage . Disable  Mobile data  by toggling the setting from ON to  OFF . 3. Set Mobile Data Limit Want to keep track o...

How to remove shortcut virus

how to remove shortcut virus easily with few simple methods..  here we are descusing about shortcut virus which is very irritating for all of us. when you insert your pendrive or any portable storage device the files into the device becomes one shortcut which is called as shortcut virus here i will tell you how you can remove this virus form your computer easily.. #1 Remove virus from cmd here we will use command prompt to remove shortcut virus from your device easily..   1.insert your infected device into computer   2.DONOT open infected pendrive or device just insert it into the usb slot   3.open command prompt as administrator   4.input this code:        attrib -h -r -s /s /d D:\*.*   5.in this code replace latter D with your specific pendrive name or drive latter at last of the code line   and press enter and your shortcut virus will be removed but there will be sevral diffrent system files ...

What is firewall?

What is a Firewall? A firewall is a tool that monitors communication to and from your computer. It sits between your computer and the rest of the network, and according to some criteria, it decides which communication to allow, and which communication to block. It may also use some other criteria to decide about which communication or communication request to report to you (either by adding the information to a log file that you may browse whenever you wish, or in an alert message on the screen), and what not to report. What Is...