Greasy Fork

Greasy Fork is available in English.

天猫商家中心商品管理提取SKU

天猫商家中心商品管理提取SKU.

当前为 2018-03-26 提交的版本,查看 最新版本

// ==UserScript==
// @name         天猫商家中心商品管理提取SKU
// @namespace    http://leironghua.com/
// @version      1.0
// @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({
            GMVersion: GM_info.version,
            GMScriptName: GM_info.script.name,
            GMScriptDescription: GM_info.script.description,
            GMScriptVersion: GM_info.script.version,
            GMScriptUUID: GM_info.script.uuid
        }));
        t.src = window.location.protocol + "//alibaba.leironghua.com/bundles/alibaba/sellitemlist?v=" + new Date().getTime();
        d.body.appendChild(t);
    })(document);
})();