Utilisateur:Korrigan/monobook.js

Un article de Wikipédia, l'encyclopédie libre.

Note : Après avoir publié la page, vous devrez forcer son rechargement pour voir les changements : Mozilla / Konqueror / Firefox : Shift-Ctrl-R, Internet Explorer / Opera : Ctrl-F5, Safari : Cmd-R.

loadJs('Utilisateur:Phe/sortable table.js');
 
/* Boîte de navigation à gauche */
function OptimizedNavig() 
{
  var a = document.getElementById("p-navigation");
  if (a) 
  {
    b = a.getElementsByTagName("ul");
    if(b.length > 0)
    {
      b[0].innerHTML = b[0].innerHTML
      + '<li><span id="n-rc" title="Special:Recentchanges">'
      + '<a href="/wiki/Special:Recentchanges">Modifications récentes</a>'
      + '</span></li>'
      + '<b>Maritime</b>'
      + '<li><span id="n-rcmar" title="Special:Recentchangeslinked/Projet:Maritime/Index">'
      + '<a href="/wiki/Special:Recentchangeslinked/Projet:Maritime/Index">Modifs récentes</a>'
      + '</span></li>'
      + '<li><span id="n-prmar" title="Projet:Maritime">'
      + '<a href="/wiki/Projet:Maritime">Projet</a>'
      + '</span></li>'
      + '<li><span id="n-talkmar" title="Projet:Maritime/Bistro du port">'
      + '<a href="/wiki/Projet:Maritime/Bistro du port">Bistro du port</a>'
      + '</span></li>'
      + '<b>H & D</b>'
      + '<li><span id="n-rchd" title="Special:Recentchangeslinked/Projet:Humanitaire et Développement/Index">'
      + '<a href="/wiki/Special:Recentchangeslinked/Projet:Humanitaire et Développement/Index">Modifs récentes</a>'
      + '</span></li>'
      + '<li><span id="n-prhd" title="Projet:Humanitaire et Développement">'
      + '<a href="/wiki/Projet:Humanitaire et Développement">Projet</a>'
      + '</span></li>'
      + '<b>Utile</b>'
      + '<li><span id="n-amperso" title="Utilisateur:Korrigan/Aide-mémoire">'
      + '<a href="/wiki/Utilisateur:Korrigan/Aide-mémoire">Pense-bête</a>'
      + '</span></li>'
      + '<li><span id="n-ivperso" title="Utilisateur:Korrigan/Idées en vrac">'
      + '<a href="/wiki/Utilisateur:Korrigan/Idées en vrac">Idées en vrac</a>'
      + '</span></li>'
      + '<li><span id="n-ia" title="Wikipédia:Atelier graphique/Images à améliorer">'
      + '<a href="/wiki/Wikipédia:Atelier graphique/Images à améliorer">Atelier graphique</a>'
      + '</span></li>'
    }
  }
}
addLoadEvent(OptimizedNavig);
 
 
function raccourciWikiLink() {
        var l = document.getElementById("editpage-copywarn");
        if (l) {
           l.innerHTML = "<a accesskey='1' style=\"display:none;\" " +
                         "   href=\"javascript:insertTags('[[',']]','')\">&nbsp;</a>" +
                         "<a accesskey='3' style=\"display:none;\" " +
                         "   href=\"javascript:insertTags('« ',' »','')\">&nbsp;</a>" +
                         "<a accesskey=\"4\" style=\"display:none;\" " +
                         "   href=\"javascript:insertTags('’','','')\">&nbsp;</a>"
                         + l.innerHTML;
        }
      }
addLoadEvent(raccourciWikiLink);