What.CD Extended Main Menu

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

Autore
Xant1k
Installazioni giornaliere
0
Installazioni totali
58
Valutazione
1 0 0
Versione
1.0
Creato il
11/07/2014
Aggiornato il
28/07/2014
Dimensione
933 Byte
Licenza
Non disponibile
Applica a



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);