What.CD :: Extended Main Menu (2014 Version)

Insert logchecker, better and WhatIMG link in the main menu

2014-06-05 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name           What.CD :: Extended Main Menu (2014 Version)
// @icon           https://what.cd/favicon.ico
// @description    Insert logchecker, better and WhatIMG link in the main menu
// @include        https://what.cd/*
// @include        https://ssl.what.cd/*
// @version        1.0.1
// @require        https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js

// @namespace https://greasyfork.org/users/2290
// ==/UserScript==

var target = document.getElementById('nav_upload');

// Add Logchecker link
$("#nav_upload").after('<li id="nav_logchecker" class="brackets"><a href="logchecker.php">Logchecker</a></li>');

// Add Better link
$("#nav_logchecker").after('<li id="nav_better" class="brackets"><a href="better.php">Better</a></li>');

// Add WhatIMG link
$("#nav_better").after('<li id="nav_whatimg" class="brackets"><a href="https://whatimg.com" target="_blank">WhatIMG</a></li>');