User:Telperion/vector.js
Jump to navigation
Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
The accompanying .css page for this skin can be added at User:Telperion/vector.css. |
function addExtraLinks()
{
var a = document.getElementById("p-navigation");
if (a)
{
var b = a.getElementsByTagName("ul");
if (b.length > 0)
{
b[0].innerHTML += ''
+ '<li id="n-commons" title="Wikipedia">'
+ '<a href="//fr.wikipedia.org/wiki/Wikipédia:Accueil_principal" title="Wikipédia (fr)">'
+ '<img style="margin-right: 0.2em;" alt="Wikipédia (fr)" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/77/Wikipedia_svg_logo.svg/20px-Wikipedia_svg_logo.svg.png">'
+ 'Wikipédia (fr)</a>'
+ '</li>'
;
}
}
}
// Ajout de liens personnalisés dans le menu de gauche
addOnloadHook(addExtraLinks);