Invite All friends to Like Facebook Page in 2 minutes
6 years ago
132 views
- To to Facebook Page http://facebook.com/StudentgiriOfficial
- Click on Invite Friends to Like this Page
- A Box will open with Invite button
- Trick will only work in Google Chrome
- Press F12 Key on Keyboard
- Go to Console
- Type the Following Code or Copy from here and paste there
var x=document.getElementsByTagName("span");
for(i=0;i<=x.length-1;i++){
if(x[i].innerHTML=="Invite" || x[i].innerHTML=="Like")
x[i].click();
}
Code for Newer Version in which Tick Boxes are appeared
To Tick all the tick box :
var x = document.getElementsByClassName("_2aks");
for(i=0;i<=x.length-1;i++){
x[i].click()
}
8. Press Enter
9. All friends are invited
Leave a reply