Skip to content

Instantly share code, notes, and snippets.

@wizardishungry
Created February 2, 2010 01:14
Show Gist options
  • Save wizardishungry/292256 to your computer and use it in GitHub Desktop.
Save wizardishungry/292256 to your computer and use it in GitHub Desktop.
javascript to be really funny on facebook
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