柳州江畔文章审核脚本

try to take over the world!

// ==UserScript==
// @name         柳州江畔文章审核脚本
//此脚本来自     柳州职业技术学院  电子信息工程学院  计算机应用技术3班  邱绍倡
// @namespace    *://*.http://manager.ihuaben.com/safetyaudit/auditList?type=11/*
// @version      0.7
// @description  try to take over the world!
// @author       You
// @match       *://*.manager.ihuaben.com/*

// @grant        none
// ==/UserScript==

(function() {

let btn = document.querySelector(".btn-success");

        document.addEventListener('keyup',function(e){
            if(e.keyCode==70){       //70为键盘F键的键码,其他键盘的键码可以百度自己修改,如空格键为32,就把70改为32


setTimeout(function () {

btn.click();
   }, 1000);     //按键延迟1000为1000毫秒,1000毫秒=1秒,这个也是可以自行修改的

       }
   })
})();



    // 这里就是处理的事件

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址