Greasy Fork is available in English.

What.CD Extended Main Menu

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

Forfatter
Xant1k
Daglige installasjoner
0
Totale installasjoner
58
Vurderinger
1 0 0
Versjon
1.0
Lagd
11.07.2014
Oppdatert
28.07.2014
Lisens
I/T
Gjelder



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