Greasy Fork is available in English.

What.CD Extended Main Menu

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

Aŭtoro
Xant1k
Ĉiutagaj instaloj
0
Tutaj instaloj
58
Ratings
1 0 0
Versio
1.0
Kreita
2014/07/11
Ĝisdatigita
2014/07/28
Licenco
N/A
Aplikiĝas al



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