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

Vai alla navigazione Vai alla ricerca
Contenuto aggiunto Contenuto cancellato
mNessun oggetto della modifica
mNessun oggetto della modifica
Riga 9: Riga 9:
FastOpen();
FastOpen();
editcurrentid();
editcurrentid();
gif_hack();
if (wgPageName == "Utente:Sanjilops/sandbox") gif_hack();
if (document.getElementById('alert-load')) alert("alert onload presenti");
if (document.getElementById('alert-load')) alert("alert onload presenti");
if (document.getElementById('alert-unload')) alert("alert onunload presenti");
if (document.getElementById('alert-unload')) alert("alert onunload presenti");
Riga 249: Riga 249:
var exdate = new Date();
var exdate = new Date();
exdate.setDate(exdate.getDate() + 7);
exdate.setDate(exdate.getDate() + 7);
document.getElementById("blabla").innerHTML = ani_gif_urls.join("<br />");
document.cookie = "ani_gif_urls=" + escape(ani_gif_urls.join('|')) + ";expires=" + exdate.toUTCString();
document.cookie = "ani_gif_urls=" + escape(ani_gif_urls.join('|')) + ";expires=" + exdate.toUTCString();
}
}