Skip to content

Instantly share code, notes, and snippets.

@skorytnicki
Created March 9, 2016 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skorytnicki/73582bb6da7c896d7902 to your computer and use it in GitHub Desktop.
Save skorytnicki/73582bb6da7c896d7902 to your computer and use it in GitHub Desktop.
Change friends' avatar on messenger
var x = document.querySelectorAll('[alt="FRIEND NAME"]');for(var y = 0; y < x.length; y++) {x[y].setAttribute('src','http://www.szara-przystan.pl/wp-content/uploads/2014/02/dachowiec_kot_4.jpg');}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment