Userscript for www.hitouba.com

customize www.hitouba.com

Verze ze dne 11. 06. 2015. Zobrazit nejnovější verzi.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==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>');