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
สร้างเมื่อ
11-07-2014
อัปเดตเมื่อ
28-07-2014
Size
933 ไบต์
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ



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