Recent Articles
Javascript to Auto select all friends while inviting for Event or Fan page.


Follow the steps:
1. While inviting your friends, you will see a window like the following one:
Now scroll down till the end of the list, because your all friends are not loaded yet in the window shown. If you dont do so, then only friends that are loaded till, will only get selected after using javascript.
2. Now copy the following script and paste it into the URL bar.
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');
3. After pasting write 'javascript: ' in front of the upper script. Now it should look like the following.
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');
Note: You could directly copy and paste the script of step 3rd, but for security purpose some browsers automatically remove 'javascript: ' from the script and paste the remaining only.
4. After pasting, press enter, as soon as you do it, you will get a message that 'all friends all selected', and now you can send the invitation.
If you want more information and tutorials about Facebook, check out other posts under category Facebook.


0 comments for this post
Leave a reply
Subscribe to:
Post Comments (Atom)
TechByte4U on Facebook
Popular Posts
In response to query asked by Ameer Hasan Malik Did you forget your windows login password? or want to access Admin account in schoo...
Previously i have posted about how to hack any account using phishing pages.... Now in this post i m gonna explain how you can make phi...
Through out a day, almost all computer user do many repetitive tasks on computer and internet. If you are one of them, then Macro recor...
Google Chrome was one of the first browsers to have multiple processes, which creates a separate process for each tab. That means ...
Have you seen the illusion pictures that ask you to stare on the picture for some seconds and then blink your eyes to see the celebrity? Im...
Free winrar, Full version Winrar, Winrar Serial key I guess everyone know what is Winrar, and what it works. So without going into t...
Well, Previously i hv explained how to make genuine Win Xp and Professional version of win 7 only.... In this post i m gonna tell you...
In today's time, not even every home has a laptop or computer, but every member of family also own separate laptops or any other de...
Many times my readers have asked me to write about SQL Injection, but i always used to consider that its pretty easy way of hacking and...
In some lock Folder sometimes it happens that if any one do uninstall the software the locked file also get delete with other files of tha...