What.CD Extended Main Menu

Injects links to better.php and logchecker.php into the main menu

Auteur
Xant1k
Nombre d'installations quotidiennes
0
Nombre d'installations
58
Évaluations
1 0 0
Version
1.0
Créer
2014-07-11
Mis à jour
2014-07-28
Licence
S/O
S'applique à



Optional:
You can add link to whatimg.com just insert this after target.appendChild(better_item);


/* Insert whatimg link */

var lc_item = document.createElement('li');

lc_item.id = 'nav_logchecker';

lc_item.innerHTML = 'WhatIMG';

target.appendChild(lc_item);