// ==UserScript== // @name testList // @namespace Violentmonkey Scripts // @include https://gdgpo.czt.gd.gov.cn/gpmall-web/index.html#/management/mytodo/agentGoodsList // @grant none // @version 4.2 // @author 小白 // @require https://code.jquery.com/jquery-3.1.1.min.js // @description 2020/12/30 下午4:51:35 // @downloadURL none // ==/UserScript== (function(){ window.helloworld = function() { alert('Hello world!'); } window.setTimeout(helloworld()); console.log("--------------in---------test---------------"); if ($(".el-col el-col-24:has(button)" ).length!=0){ console.log("--------------button---------has---------------"); }else{ console.log("--------------button---------has---------not------"); } })(); //var btnHtml = '下载表格'; //$(".sbtn_box").append(btnHtml);