Greasy Fork

What.CD Extended Main Menu

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

目前为 2014-07-28 提交的版本。查看 最新版本

作者
Xant1k
评分
0 0 0
版本
1.0
创建于
2014-07-11
更新于
2014-07-28
大小
933 字节
许可证
暂无
适用于

Original author jonls


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