Greasy Fork

Greasy Fork is available in English.

testList

2020/12/30 下午4:51:35

当前为 2020-12-31 提交的版本,查看 最新版本

// ==UserScript==
// @name        testList
// @namespace   Violentmonkey Scripts
// @include     https://gdgpo.czt.gd.gov.cn/gpmall-web/index.html#/management/mytodo/agentGoodsList
// @grant       none
// @version     4.3
// @author      小白
// @require     http://cdn.bootcss.com/jquery/1.8.3/jquery.min.js
// @description 2020/12/30 下午4:51:35
// ==/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 = '<a href="javascript:down_order()" class="sbtn sbtn_color">下载表格</a>';
    //$(".sbtn_box").append(btnHtml);