How to invite all of your friends to your :
Just follow my leads as shown in this video below .
Here is the code I was talking about in the video .
- Page
- Group
- Event
Note : This trick doesn't work with Firefox browser.
Just follow my leads as shown in this video below .
Here is the code I was talking about in the video .
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
javascript:var x=document.getElementsByTagName("input");for (var i=0;i<x.length;i++) {if (x[i].type == 'checkbox') {x[i].click();}}; alert('Done, all your friends have been selected');