Advertisement
Guest User

Colocar GIF en el fondo de perfil taringa

a guest
Oct 30th, 2014
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Ejecuta el siguiente codigo en una consola de chrome o firefox
  2. $.ajax({
  3.     url: '/ajax/user/background',
  4.     type: 'post',
  5.     data: {
  6.         key: global_data.user_key,
  7.         url: "http://k33.kn3.net/2/C/4/E/F/C/33D%2E%67if/bg.jpg"
  8.     }
  9. });
  10. // Tener activa la función de repetir fondo http://i.imgur.com/q11YwCL.png
  11. // Con una simple modificación podes cambiar la imagen
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement