What.CD Extended Main Menu

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

Author
Xant1k
Daily installs
0
Total installs
58
Ratings
1 0 0
Version
1.0
Created
2014-07-11
Updated
2014-07-28
Size
933 Bytes
License
N/A
Applies to



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