Created
August 13, 2014 21:36
-
-
Save catvec/acc55e9b08c74a400bf8 to your computer and use it in GitHub Desktop.
Android Chat Guilherme de confuser source
This file contains hidden or 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
| 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