Greasy Fork is available in English.

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
许可证
暂无
适用于



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