What.CD Extended Main Menu

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

Autor
Xant1k
Installationen heute
0
Installationen gesamt
58
Bewertungen
1 0 0
Version
1.0
Erstellt am
11.07.2014
Letzte Aktualisierung
28.07.2014
Größe
933 Bytes
Lizenz
n/a
Wird angewandt auf



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