// ==UserScript== // @name 和讯理财看全文你大爷 // @namespace http://www.cnblogs.com/Chary/ // @version 0.1 // @description 把看全文的那个啥玩意儿给干掉 // @author CharyGao // @match http://money.hexun.com/* // @grant GM_addStyle // @icon http://www.hexun.com/favicon.ico // @downloadURL none // ==/UserScript== GM_addStyle('.art_contextBox{height:auto!important;} ' );//直接下载所有图片 (function() { 'use strict'; })();