淘宝规格名字显示

像手机淘宝一样选择规格时会显示它的名称而不是只显示图片

目前為 2019-04-01 提交的版本,檢視 最新版本

// ==UserScript==
// @name         淘宝规格名字显示
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  像手机淘宝一样选择规格时会显示它的名称而不是只显示图片
// @author       You
// @include      *://*.taobao.com/*
// @include      *://*.tmall.com/*
// @grant        none
// ==/UserScript==

(function() {
addGlobalStyle(".tb-prop .tb-img li a span{max-width:1000px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-indent:0;}.tb-prop .tb-img li a{text-decoration:none;width:auto!important;background-position:left center!important;padding:0 9px 0 45px;}");function addGlobalStyle(css){var head,style;head=document.getElementsByTagName("head")[0];if(!head){return}style=document.createElement("style");style.type="text/css";style.innerHTML=css;head.appendChild(style);};
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址