You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

Replace Own Avatar Picture

This will change your own avatar picture! This code works fine when added into aboutme panel. Change the picture link into your favourite pic! Dont forget the quotes!

Source code

1
2
3
4
<script type="text/javascript">
var copiedfrom='www.imvucodes.net';
document.getElementById('avBigPic').getElementsByTagName('img')[0].src='http://www.imvucodes.net/img/sample.png';
</script>

Rate this thread