[GET] How invite all friends in your page

Amcasa

Newbie
Joined
Mar 3, 2014
Messages
14
Reaction score
0
Then, go to your Facebook page, click on show all and with the right mouse button Inspect Element - console (Chrome) Analyze Element - console (Firefox) once you open the console type this code:

var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++) {
inputs.click();
}

Friends will be invited ;)
 
Shared many times here. A simple search will lead you to those threads.
 
i know 1 far better method and which is also well known [i guess] you are required to have GREASEMONKEY[similar plugins] visit userscripts >> install script of user ASPI. he is well known and i am using his script past year best script to mass invite members.
 
Back
Top