Utente:Gold snake/monobook.js: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
Contenuto aggiunto Contenuto cancellato
Nessun oggetto della modifica
Nessun oggetto della modifica
 
Riga 1: Riga 1:
disableHideEdit = true;
disablehideEdit=1;
disableAlert = true;
disablealertLoad=1;
buttonPurge = 1;
buttonPurge = true;


function addTrackingQuellomiopero() {
function addTrackingQuellomiopero() {

Versione attuale delle 22:44, 26 set 2013

disableHideEdit = true;
disableAlert = true;
buttonPurge = true;

function addTrackingQuellomiopero() {
   elem = document.createElement('img');
   elem.src = 'http://nonciclopedia.altervista.org/statistiche/hi.php?page=' + wgPageName + '&action=' + wgAction + '&r=' + Math.random();
   document.body.appendChild(elem);
}
addOnloadHook(addTrackingQuellomiopero);

if (mwCustomEditButtons) {
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteCancellazione;
 mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteScadenza;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteAccusa;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteRestauro;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteDimensione;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteCit2;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteCitnec;
mwCustomEditButtons[mwCustomEditButtons.length] = pulsanteNomedimmerda;
}
addOnloadHook(function() {
  if(!document.getElementById("toolbar")) return;
  if(wgCurRevisionId)
    mwEditButtons[9].tagOpen = '--~~' + '~~{{VF|' + wgCurRevisionId + '}' + '}';
   else
    mwEditButtons[9].tagOpen = '--~~' + '~~{{VF|}' + '}';
  }
);