Created
February 2, 2010 01:14
-
-
Save wizardishungry/292256 to your computer and use it in GitHub Desktop.
javascript to be really funny on facebook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
elms=document.getElementsByTagName('button');for(var like in elms){if(typeof elms[like] === 'object'&& elms[like].hasClass('like_link')){elms[like].click()}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment