// ==UserScript== // @name 批量搜索功能 // @namespace http://tampermonkey.net/ // @version 0.2 // @description try to take over the world! // @author You // @match https://www.3839.com/jzjh.html* // @match http://admin.newsapp.5054399.com/ucenter/ucenter.user.info.php* // @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-container"; Container.style.position="fixed" Container.style.left="465px" Container.style.top="10px" Container.style['z-index']="999999" Container.innerHTML =`` if(document.location.href.indexOf("https://www.3839.com/jzjh.html") !== -1){ document.body.appendChild(Container); /* kaishi.onclick=function(){ var shuju = document.querySelector("#wjTEXT").value.split("\n") console.log(shuju) for(let i=0;i div.row > div > table.table.table-striped.table-bordered.table-hover > tbody > tr:nth-child(15) > td:nth-child(2) > a").innerText console.log(zt) if(zt == "通过"){ document.querySelector("body > div.row > div > table.table.table-striped.table-bordered.table-hover > tbody > tr:nth-child(15) > td:nth-child(2) > a").click() }else{ console.log("已通过") } }