Utente:Sanjilops/monobook.js: differenze tra le versioni

m
nessun oggetto della modifica
mNessun oggetto della modifica
mNessun oggetto della modifica
Riga 198:
var ani_gif_urls;
get_urls();
var thumb_name, gif_name, tmpT, t;
for (var I = 0; I < gif_thumbs.length; I++) {
tmpT = gif_thumbs[I].src.split('/');
thumb_name = tmpT[tmpT.length - 1];
thumb_name = thumb_name.replace(/\d+px-/, '');
document.getElementById("debug").innerHTML += '<br />' + thumb_name;
for (i = 0; i < ani_gif_urls.length; i++) {
tmpt = ani_gif_urls[i].split('/');
gif_name = tmpt[tmpt.length - 1] + ".gif";
if (!I) document.getElementById("debug").innerHTML += '<br />' + thumb_namegif_name;
if (thumb_name.toLowerCase() == gif_name.toLowerCase()) {
gif_thumbs[I].src = "http://images.wikia.com/nonciclopedia/images/" + ani_gif_urls[i] + ".gif";
0

contributi