Userscript for www.hitouba.com

customize www.hitouba.com

Від 11.06.2015. Дивіться остання версія.

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 or Violentmonkey 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.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

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         Userscript for www.hitouba.com
// @namespace    http://www.yuexiaohome.com/hitouba
// @version      0.71
// @description  customize www.hitouba.com
// @author       Ivan Chen
// @grant        none
// @require        http://code.jquery.com/jquery-2.1.1.min.js
// @include http://www.hitouba.com/*
// ==/UserScript==
jQuery("div.userMenu dd").show();
jQuery(".userMenu dd a").css("line-height","30px").css("height","30px");
jQuery(".userMenu dt").hide();
jQuery(".userMenu dd a u").hide();
jQuery("dl.lastMenu dd a").eq(1).hide();
jQuery("dl.lastMenu dd a").eq(3).hide();
jQuery(".userMenu dl:eq(2)").hide();
jQuery(".userMenu dl:eq(3)").hide();
jQuery("div.topRight a:eq(3)").after('<a href="/task/queryUserTaskList.jhtml" class="zc-link">任务大厅</a>');
jQuery("div.topRight a:eq(3)").after('<a href="/other/tender_list.jhtml" >发标预告</a>');