- Log In to your FB account and Open the Page for which you want to send invitations to your Friends.
- Now Click on Invite friends Option and a pop up will appear.
- Now simply press F 12 key from your Keyboard and Chrome Console window will Open.
- Copy the below posted Code and paste it in the Console window and you’re done !!
var inputs = document.getElementsByClassName(‘uiButton _1sm’); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
No comments:
Post a Comment