Rainbow Pinwheel Pointer

Select / Invite All Friends At Once


Facebook Bulk Select

Selecting and inviting 1000s of friends available at your Facebook profile to a Fanpage, Event, App can be a tedious task. So, this trick will let you to select all of them instantly.
Step 1: Open Invite Friend option’s Pop-Up Window of Event/Page/App on Mozilla Firefox.
Step 2: Press Ctrl + Shift + K. This will open Web Console of Firefox.
Step 3: Paste this code at Web Console and hit Enter:
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: All Friends Available in the Current Selection Mode will be selected so use “All Friends” Selection mode.

No comments:

Post a Comment