您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
天猫商家中心商品管理提取SKU.
当前为
// ==UserScript== // @name 天猫商家中心商品管理提取SKU // @namespace http://leironghua.com/ // @version 0.8 // @description 天猫商家中心商品管理提取SKU. // @author 雷荣华 // @include *//sell.tmall.com/auction/item/item_list.htm* // @run-at document-end // @grant none // ==/UserScript== (function() { 'use strict'; (function (d) { //// @require http://alibaba.leironghua.com/bundles/tctip?v=1 var t=d.createElement("script");t.type="text/javascript";t.async="async";t.id="_leironghua-js"; t.setAttribute("exparams",JSON.stringify({ _gm_version: GM_info.version, _gm_script_name: GM_info.script.name, _gm_script_description: GM_info.script.description, _gm_script_version: GM_info.script.version, _gm_script_uuid: GM_info.script.uuid })); t.src=window.location.protocol+"//alibaba.leironghua.com/bundles/alibaba/sellitemlist?v="+new Date().getTime(); d.body.appendChild(t); })(document); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址