Greasy Fork

Greasy Fork is available in English.

orderslist

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

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

// ==UserScript==
// @name        orderslist
// @namespace   Violentmonkey Scripts
// @include     https://gdgpo.czt.gd.gov.cn/gpmall/orders/orderslist.html
// @grant       none
// @version     3.6
// @author      小白
// @description 2020/12/30 下午4:51:35
// ==/UserScript==
    window.helloworld = function() {
        alert('Hello world!');
    }
    window.setTimeout(helloworld());

    console.log("--------------in---------test---------------");
    var btnHtml = '<a href="javascript:down_order()" class="sbtn sbtn_color">下载表格</a>';
    $(".sbtn_box").append(btnHtml);