Greasy Fork is available in English.

What.CD Extended Main Menu

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

Tác giả
Xant1k
Cài đặt hàng ngày
0
Số lần cài đặt
58
Đánh giá
1 0 0
Phiên bản
1.0
Đã tạo
11-07-2014
Đã cập nhật
28-07-2014
Giấy phép
N/A
Áp dụng cho



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