Facebook Dislike Button Scam
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:
What this piece of Javascript means in english is…
The number of friends (variable for your friends) is equal to the number of ‘li’ elements that have the ID ‘friends’ (Meaning it counts your friends).
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.)
It’s a scam. It’s a stunt to get group members. Simple as that. It should be obvious.
The only way a global dislike button will be deployed, is if Facebook does so. If not everyone had it added, then not everyone would see it, making the button pointless, right? Right. So Don’t bother with FF extensions, or otherwise useless solutions.
