月光社记忆战场抄作业女武神展开

地址www.3rdguide.com,抄就硬抄

// ==UserScript==
// @name         月光社记忆战场抄作业女武神展开
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  地址www.3rdguide.com,抄就硬抄
// @author       userzhm
// @match        *.3rdguide.com/web/teamnew/index
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
    $(document).ready(function(){
        $(".table-search").css({"overflow":"visible","height":"auto"});
        $(".goodwar").find(".content").css("height","auto");
    })
})();