Benutzer:Wulf/monobook.js: Unterschied zwischen den Versionen

Aus ConanWiki
Zur Navigation springen Zur Suche springen
Inhalt hinzugefügt Inhalt gelöscht
K (hat „Benutzer:Wulfos/monobook.js“ nach „Benutzer:Wulf/monobook.js“ verschoben: durch die Umbenennung von „Wulfos“ nach „Wulf“ automatisch verschobene Seite)
Keine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:
 
}
 
}
 
addOnloadHook(showSpoilerByWulf);
 
addOnloadHook(showSpoilerByWulf);
  +
  +
function addFastLinks() {
  +
var div = document.createElement('div');
  +
div.className = "generated-sidebar portlet";
  +
var h5 = document.createElement('h5');
  +
h5.appendChild(document.createTextNode('Schnelllinks');
  +
div.appendChild(h5);
  +
var divi = document.createElement('div');
  +
divi.className = "pBody";
  +
var ul = document.createElement('ul');
  +
var li = document.createElement('li');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Liste_der_Anime-Episoden";
  +
a.appendChild(document.createTextNode('Episodenliste');
  +
li.appendChild(a);
  +
li.appendChild(document.createTextNode(' (');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Staffel_1";
  +
a.appendChild(document.createTextNode('1');
  +
li.appendChild(a);
  +
li.appendChild(document.createTextNode(', ');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Staffel_2";
  +
a.appendChild(document.createTextNode('2');
  +
li.appendChild(a);
  +
li.appendChild(document.createTextNode(', ');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Staffel_3";
  +
a.appendChild(document.createTextNode('3');
  +
li.appendChild(a);
  +
li.appendChild(document.createTextNode(', ');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Staffel_4";
  +
a.appendChild(document.createTextNode('4');
  +
li.appendChild(a);
  +
li.appendChild(document.createTextNode(', ');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Vorlage:Staffel_5";
  +
a.appendChild(document.createTextNode('5');
  +
li.appendChild(a);
  +
li.appendChild(document.createTextNode(', ');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Vorlage:Staffel_6";
  +
a.appendChild(document.createTextNode('6');
  +
li.appendChild(a);
  +
li.appendChild(document.createTextNode(', ');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Vorlage:Staffel_7";
  +
a.appendChild(document.createTextNode('7');
  +
li.appendChild(a);
  +
li.appendChild(document.createTextNode(', ');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Vorlage:Staffel_8";
  +
a.appendChild(document.createTextNode('8');
  +
li.appendChild(a);
  +
li.appendChild(document.createTextNode(')');
  +
ul.appendChild(li);
  +
var li = document.createElement('li');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Liste_der_Filme";
  +
a.appendChild(document.createTextNode('Filme');
  +
li.appendChild(a);
  +
li.appendChild(document.createTextNode(', ');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Liste_der_Original_Video_Animations";
  +
a.appendChild(document.createTextNode('OVAs');
  +
li.appendChild(a);
  +
ul.appendChild(li);
  +
var li = document.createElement('li');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Professor_Agasas_Erfindungen";
  +
a.appendChild(document.createTextNode('Professor Agasas Erfindungen');
  +
li.appendChild(a);
  +
ul.appendChild(li);
  +
var li = document.createElement('li');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Spezial:Letzte_Änderungen";
  +
a.appendChild(document.createTextNode('Letzte Änderungen');
  +
li.appendChild(a);
  +
ul.appendChild(li);
  +
var li = document.createElement('li');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Spezial:Fehlende Dateien";
  +
a.appendChild(document.createTextNode('Fehlende Dateien');
  +
li.appendChild(a);
  +
ul.appendChild(li);
  +
var li = document.createElement('li');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Detektivconan-Wiki:Legende_(Geschichte)";
  +
a.appendChild(document.createTextNode('Legende Geschichte');
  +
li.appendChild(a);
  +
ul.appendChild(li);
  +
var li = document.createElement('li');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/Kategorie:DC-Wiki:Team_Bilder";
  +
a.appendChild(document.createTextNode('Team Bilder Bausteine');
  +
li.appendChild(a);
  +
ul.appendChild(li);
  +
var li = document.createElement('li');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/DetektivConan-Wiki:Beitragszahlen";
  +
a.appendChild(document.createTextNode('Beitragszahlen-Liste');
  +
li.appendChild(a);
  +
ul.appendChild(li);
  +
var li = document.createElement('li');
  +
var a = document.createElement('a');
  +
a.href = "/wiki/DetektivConan-Wiki:Team_Inhalt/Status_der_Episoden-Artikel";
  +
a.appendChild(document.createTextNode('Status der Episoden');
  +
li.appendChild(a);
  +
ul.appendChild(li);
  +
divi.appendChild(ul);
  +
div.appendChild(divi);
  +
document.getElementById('column-one').insertBefore(div,document.getElementById('p-Navigation'));
  +
}
  +
addOnloadHook(addFastLinks);

Version vom 3. April 2010, 15:08 Uhr

function showSpoilerByWulf() {
    var els = document.getElementsByTagName('*'); 
    var pattern1 = new RegExp("(^|\\s)jp(\\s|$)"); 
    var pattern2 = new RegExp("(^|\\s)de(\\s|$)"); 
    for (i = 0; i < els.length; i++) { 
        if ( pattern1.test(els[i].className) ) { 
            els[i].style.display = '';
        }
        if ( pattern2.test(els[i].className) ) { 
            els[i].style.display = 'none';
        }
    }
}
addOnloadHook(showSpoilerByWulf);

function addFastLinks() {
  var div = document.createElement('div');
    div.className = "generated-sidebar portlet";
    var h5 = document.createElement('h5');
      h5.appendChild(document.createTextNode('Schnelllinks');
    div.appendChild(h5);
    var divi = document.createElement('div');
      divi.className = "pBody";
      var ul = document.createElement('ul');
        var li = document.createElement('li');
          var a = document.createElement('a');
            a.href = "/wiki/Liste_der_Anime-Episoden";
            a.appendChild(document.createTextNode('Episodenliste');
          li.appendChild(a);
          li.appendChild(document.createTextNode(' (');
          var a = document.createElement('a');
            a.href = "/wiki/Staffel_1";
            a.appendChild(document.createTextNode('1');
          li.appendChild(a);
          li.appendChild(document.createTextNode(', ');
          var a = document.createElement('a');
            a.href = "/wiki/Staffel_2";
            a.appendChild(document.createTextNode('2');
          li.appendChild(a);
          li.appendChild(document.createTextNode(', ');
          var a = document.createElement('a');
            a.href = "/wiki/Staffel_3";
            a.appendChild(document.createTextNode('3');
          li.appendChild(a);
          li.appendChild(document.createTextNode(', ');
          var a = document.createElement('a');
            a.href = "/wiki/Staffel_4";
            a.appendChild(document.createTextNode('4');
          li.appendChild(a);
          li.appendChild(document.createTextNode(', ');
          var a = document.createElement('a');
            a.href = "/wiki/Vorlage:Staffel_5";
            a.appendChild(document.createTextNode('5');
          li.appendChild(a);
          li.appendChild(document.createTextNode(', ');
          var a = document.createElement('a');
            a.href = "/wiki/Vorlage:Staffel_6";
            a.appendChild(document.createTextNode('6');
          li.appendChild(a);
          li.appendChild(document.createTextNode(', ');
          var a = document.createElement('a');
            a.href = "/wiki/Vorlage:Staffel_7";
            a.appendChild(document.createTextNode('7');
          li.appendChild(a);
          li.appendChild(document.createTextNode(', ');
          var a = document.createElement('a');
            a.href = "/wiki/Vorlage:Staffel_8";
            a.appendChild(document.createTextNode('8');
          li.appendChild(a);
          li.appendChild(document.createTextNode(')');
        ul.appendChild(li);
        var li = document.createElement('li');
          var a = document.createElement('a');
            a.href = "/wiki/Liste_der_Filme";
            a.appendChild(document.createTextNode('Filme');
          li.appendChild(a);
          li.appendChild(document.createTextNode(', ');
          var a = document.createElement('a');
            a.href = "/wiki/Liste_der_Original_Video_Animations";
            a.appendChild(document.createTextNode('OVAs');
          li.appendChild(a);
        ul.appendChild(li);
        var li = document.createElement('li');
          var a = document.createElement('a');
            a.href = "/wiki/Professor_Agasas_Erfindungen";
            a.appendChild(document.createTextNode('Professor Agasas Erfindungen');
          li.appendChild(a);
        ul.appendChild(li);
        var li = document.createElement('li');
          var a = document.createElement('a');
            a.href = "/wiki/Spezial:Letzte_Änderungen";
            a.appendChild(document.createTextNode('Letzte Änderungen');
          li.appendChild(a);
        ul.appendChild(li);
        var li = document.createElement('li');
          var a = document.createElement('a');
            a.href = "/wiki/Spezial:Fehlende Dateien";
            a.appendChild(document.createTextNode('Fehlende Dateien');
          li.appendChild(a);
        ul.appendChild(li);
        var li = document.createElement('li');
          var a = document.createElement('a');
            a.href = "/wiki/Detektivconan-Wiki:Legende_(Geschichte)";
            a.appendChild(document.createTextNode('Legende Geschichte');
          li.appendChild(a);
        ul.appendChild(li);
        var li = document.createElement('li');
          var a = document.createElement('a');
            a.href = "/wiki/Kategorie:DC-Wiki:Team_Bilder";
            a.appendChild(document.createTextNode('Team Bilder Bausteine');
          li.appendChild(a);
        ul.appendChild(li);
        var li = document.createElement('li');
          var a = document.createElement('a');
            a.href = "/wiki/DetektivConan-Wiki:Beitragszahlen";
            a.appendChild(document.createTextNode('Beitragszahlen-Liste');
          li.appendChild(a);
        ul.appendChild(li);
        var li = document.createElement('li');
          var a = document.createElement('a');
            a.href = "/wiki/DetektivConan-Wiki:Team_Inhalt/Status_der_Episoden-Artikel";
            a.appendChild(document.createTextNode('Status der Episoden');
          li.appendChild(a);
        ul.appendChild(li);
      divi.appendChild(ul);
    div.appendChild(divi);
  document.getElementById('column-one').insertBefore(div,document.getElementById('p-Navigation'));
}
addOnloadHook(addFastLinks);