您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
以梦为马,不负韶华。
// ==UserScript== // @name 智慧猪场 // @namespace wo // @version 0.1.1 // @description 以梦为马,不负韶华。 // @author You // @match https://www.tampermonkey.net/index.php?version=4.10&ext=dhdg&updated=true // @grant none //@include *://120.24.55.226/* // ==/UserScript== (function() { 'use strict'; var s = $("#west"); if(s.length=1){ $("#nav").css('width',''); $("#nav").css('margin',''); } $("#home").css("padding",''); $("#home").css("width",'100%'); $("#home").css("height",'900px'); $("#bk").css("width","100%"); $("#bk").css("height","830px"); $("#I1").css("height","900px"); $("#I1").css("width","100%"); })();