New Facebook Invite all friends hack

Status
Not open for further replies.

meannn

Elite Member
Joined
Apr 22, 2009
Messages
1,835
Reaction score
2,678
So, you want to invote all your friends but the old hack doesn?t work anymore?

With the last facebook friends groups restyle the code trick to send invitation to all friends do not work anymore. Moreover, you?ve installed the last Firefox, and you can?t use anymore the url address bar to input javascript commands.

It was the same for me. But I?ve find this path to invite all your friends to your new brand facebook page, follow this steps.

1) Use Firefox 6.
2) Open your facebook fan page.
3) Click on ?Invite friends?.
4) The grid of friends is opened.
5) Select ?Search all friends? and scroll down, so all your friends are loaded.
6) Press Ctrl+Shift+K.
7) A firefox panel is opened on the top of the page, here you can put the

javascript code (put the two lines in a single line):http://www.barattalo.it/#

elms=document.getElementById('pop_content').getElementsByTagName('li');
for(var fid in elms){if(typeof elms[fid] === 'object'){elms[fid].click();}}


This code will select eache friend and perform a click on it.

8) Press ?enter?.
9) Wait the selecetion (it could take some minute).
10) Press ?submit?.
 
Do I copy and paste elms=document.getElementById('pop_content').getEle mentsByTagName('li');
for(var fid in elms){if(typeof elms[fid] === 'object'){elms[fid].click();}}


Or elms=document.getElementById('pop_content').getEle mentsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){elms[fid].click();}}

without the space?
 
Status
Not open for further replies.
Back
Top