What.CD Extended Main Menu

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

Penulis
Xant1k
Pemasangan harian
0
Total pemasangan
58
Nilai
1 0 0
Versi
1.0
Dibuat
11 Juli 2014
Diperbarui
28 Juli 2014
Size
933 Byte
Lisensi
N/A
Berlaku untuk



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