Tuesday 23 December 2014

How to invite all your Facebook-friends to like your page

Use the following Javascript code to invite them all:
javascript:var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
No comments :

No comments :

Post a Comment