NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name 大尸兄 // @namespace http://use.i.E.your.homepage/ // @version 0.1 // @description 修正大尸兄无法显示最新章节问题 // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // @match http://ac.qq.com/Comic/comicInfo/id/17114 // @copyright 2012+, You // ==/UserScript== //chapter-page-all works-chapter-list jQuery(".chapter-page-all").remove(); jQuery(".works-chapter-list").css({height:"270px",overflow:"auto", "overflow-x":"hidden"});