Utente:Senpai/monobook/recent2.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m fix |
m →top: Sostituisco tag font con span, replaced: <font color="#777">'; window.feedFailed=function(x,bundle) { try { bundle.status.innerHTML+=greyFont+'failed: '+x.statusText + '</font> → <span style="color:#777">'; window.feedFailed=function(x,b... |
||
(7 versioni intermedie di 3 utenti non mostrate) | |||
Riga 1:
/*
Importato da [[:en:User:Lupin/recent2.js]] alla versione del 26 giugno 2006:
http://en.wikipedia.org/w/index.php?title=User:Lupin/recent2.js&oldid=60650074
This tool hits the RSS feed for recent changes every 30 seconds or so
Riga 194 ⟶ 197:
}
var greyFont='<
window.feedFailed=function(x,bundle) {
try { bundle.status.innerHTML+=greyFont+'failed: '+x.statusText + '</
catch (err) { bundle.status.innerHTML+=greyFont+'failed badly: '+err+'</font>'; }
return true;
Riga 466 ⟶ 469:
linkmaker(wikiBase + 'Discussioni utente:' + bundle.editor, 'discussioni') + ' | ' +
linkmaker(wikiBase + 'Discussioni utente:' + bundle.editor + '?action=edit' +
'&autoedit=s#$#\\n{{
'}}%20~~' + '~~#&autosummary=
'avvisa') + ' | ' +
linkmaker(wikiBase + 'Speciale:Contributions/' + bundle.editor, 'contributi') + ' | ' +
Riga 788 ⟶ 791:
}
// re-render the title and accesskeys from existing code in wikibits.js
//akeytt(); //rimosso, non funziona più
return li;
}
|