您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
地址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"); }) })();