MediaWiki:Monobook.js: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
//================================================================================
//================================================================================
//*** moveEditsection: Moving of the editsection links
//*** moveEditsection: Moving of the editsection links
 
/*
/*
  * moveEditsection
  * moveEditsection
Zeile 29: Zeile 29:
     }
     }
});
});
 
//================================================================================
//================================================================================
//*** pageview counter
//*** pageview counter
Zeile 35: Zeile 35:
//    Please talk to User:LeonWeber before changing anything or  
//    Please talk to User:LeonWeber before changing anything or  
//    if there are any issues with this.
//    if there are any issues with this.
 
// disable the counter
// disable the counter
var disable_counter = 0;  
var disable_counter = 0;  
 
document.write('<script type="text/javascript" src="/w/index.php?title=MediaWiki:Pagecounter.js&action=raw&ctype=text/javascript&dontcountme=s&smaxage=3600"></script>');
document.write('<script type="text/javascript" src="/w/index.php?title=MediaWiki:Pagecounter.js&action=raw&ctype=text/javascript&dontcountme=s&smaxage=3600"></script>');
 
//================================================================================
//================================================================================
//*** Add button 'Inverse selection' on [[Special:Undelete]]
//*** Add button 'Inverse selection' on [[Special:Undelete]]
 
/** Fügt das Bookmarklet zum Markieren aller Versionen auf Special:Undelete ein */
/** Fügt das Bookmarklet zum Markieren aller Versionen auf Special:Undelete ein */
addOnloadHook(function() {
addOnloadHook(function() {