What.CD Extended Main Menu

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

लेखक
Xant1k
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
58
रेटिंग
1 0 0
आवृत्ती
1.0
बनवली
2014-07-11
अपडेट केली
2014-07-28
आकार
933 Bytes
License
नाही
यांवर लागू होते:



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