// ==UserScript== // @name elecfans 电子发烧网 阅读全文 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match http://www.elecfans.com/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; $('.article-content').css('height','100%'); $('.seeHide').remove(); // Your code here... })();