Skip to content

Instantly share code, notes, and snippets.

@catvec
Created August 13, 2014 21:36
Show Gist options
  • Select an option

  • Save catvec/acc55e9b08c74a400bf8 to your computer and use it in GitHub Desktop.

Select an option

Save catvec/acc55e9b08c74a400bf8 to your computer and use it in GitHub Desktop.
Android Chat Guilherme de confuser source
setInterval(changePicture, 2000);
function changePicture(){
$('img').each(function(){
if($(this).attr('title') === 'Guilherme'){
$(this).attr('src', 'http://i.imgur.com/r6PyiD4.png');
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment