What.CD Extended Main Menu

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

Autor
Xant1k
Denne inštalácií
0
Celkový počet inštalácií
58
Hodnotenie
1 0 0
Verzia
1.0
Vytvorené
11.07.2014
Aktualizované
28.07.2014
Licencia
neuvedené
Spustiť na



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