您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
mteam变2大图2
// ==UserScript== // @name mteam变大图 // @namespace http://tampermonkey.net/ // @version 2025-09-04 // @description mteam变2大图2 // @author You // @match https://zp.m-team.io/browse/adult* // @match https://zp.m-team.io/showcaseDetail* // @icon https://www.google.com/s2/favicons?sz=64&domain=m-team.io // @grant none // ==/UserScript== (function() { 'use strict'; console.log("Script running on: " + window.location.href); // 添加CSS样式来修改缩略图高度 const style = document.createElement('style'); style.textContent = ` .ant-image .torrent-list__thumbnail { height: 350px !important; width: auto !important; min-width: unset !important; max-width: none !important; } `; document.head.appendChild(style); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址