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
var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++) {
inputs.click();
}
Friends will be invited