Greasy Fork is available in English.

CNKI Search Page Fix

修复知网搜索页面不显示标题的问题

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

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

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         CNKI Search Page Fix
// @namespace    http://ext.ccloli.com
// @version      0.1
// @description  修复知网搜索页面不显示标题的问题
// @include      http://epub.cnki.net/kns/brief/brief.aspx*
// @match        http://epub.cnki.net/kns/brief/brief.aspx*
// @author       864907600cc
// @icon         http://1.gravatar.com/avatar/147834caf9ccb0a66b2505c753747867
// @run-at       document-end
// @grant        none
// @namespace    http://ext.ccloli.com
// ==/UserScript==

jQuery('.fz14').each(function(){$(this).find('script').length > 0&&$(this).html($(this).find('script').text().match(/ReplaceJiankuohao\(\'([\s\S]+?)\'\)\)/)[1])})