// ==UserScript== // @name 知乎回答全部显示 // @namespace gqqnbig // @version 0.1 // @description enter something useful // @match http://www.zhihu.com/question/* // @copyright 2014 gqqnbig // @run-at window-load // @require http://code.jquery.com/jquery-2.1.1.min.js // @delay 100 // @downloadURL none // ==/UserScript== $(".fixed-summary").removeClass("fixed-summary");