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

m
nessun oggetto della modifica
mNessun oggetto della modifica
mNessun oggetto della modifica
Riga 195:
img = a_images[i].getElementsByTagName('img')[0];
if (/\.gif$/i.test(img.src) && /\/images\/thumb\//.test(img.src) && /\bgif\b/i.test(img.alt)) {
alert("1");
thumbs.push(img);
tmp = img.src.split('/');
Line 210 ⟶ 209:
httpRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
httpRequest.setRequestHeader('Content-Length', param.length);
alert("1");
httpRequest.send(param);
return;
0

contributi