Let me explain. This is complete bull. It won’t work, and never will work. It’s a scam for idiots who actually click on this stuff and try it out.
Here’s the code:
javascript:var numfriends=document.getElementById(‘friends’).getElementsByTagName(‘li’).length;fs.click(document.getElementById(‘friends’).getElementsByTagName(‘a’)[1].parentNode);for(var i=0; i < numfriends; i++){fs.click(document.getElementById('friends').getElementsByTagName('a')[i].parentNode);}
Let me explain to y’all who just invited every one of their friends to join the stupid group:
number of friends (variable) is equal to the number of ‘li’ elements that have the ID ‘friends’ (sans quotes).
we then go and click on every single friend (by matching ‘a’ elements and the numfriend variable, (a little guy I like to call loop (while the number of friends is still above 0, click on it, and subtract 1 from numfriends.) )
The only way a global dislike button will be deployed, is if Facebook does so. So Don’t bother with FF extensions, or otherwise useless solutions.
So there you go.
Neil | December 28th, 2009 at 8:40 am #
Oh yeah this is the same for all the other groups telling you to post JavaScript in your browser–they don’t work.