// ==UserScript== // @name 订单详情查看 // @namespace http://tampermonkey.net/ // @version 0.3 // @description try to take over the world! // @author You // @match https://www.baidu.com/* // @match https://qn.taobao.com/* // @match https://myseller.taobao.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=ishumei.com // @grant GM_setValue // @grant GM_getValue // @grant GM_listValues // @grant GM.setClipboard // ==/UserScript== function sleep(time){return new Promise((resolve) => setTimeout(resolve, time));} let Container = document.createElement('div'); Container.id = "sp-ac-container1"; Container.style.position = "fixed" Container.style.left = "800px" Container.style.top = "10px" Container.style['z-index'] = "999999" Container.style.border = "2px"; Container.style.border = "solid #a1a1a1"; Container.style.padding = "10px 40px"; Container.style.background = "#FFFFFF"; Container.style.width = "300px"; Container.style.borderRadius = "20px"; Container.innerHTML =`