- First of all open your Facebook page and then click on Invite all friends option and pop window will appear.
- After that press F12 button on keyboard. Now console window box will appear.
- Copy below code and paste them in console box.
var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
- After pasting code in console press button and invitation to like page will send successfully.
Post a Comment