// ==UserScript== // @name testList // @namespace Violentmonkey Scripts // @include https://gdgpo.czt.gd.gov.cn/gpmall-web/index.html#/management/mytodo/agentGoodsList // @grant none // @version 3.7 // @author 小白 // @description 2020/12/30 下午4:51:35 // @downloadURL none // ==/UserScript== window.helloworld = function() { alert('Hello world!'); } window.setTimeout(helloworld()); console.log("--------------in---------test---------------"); //var btnHtml = '下载表格'; //$(".sbtn_box").append(btnHtml);