Tampermonkey脚本
// ==UserScript==
// @name 国培计划挂机
// @namespace http://herokay.cn/
// @version 0.1
// @description try to take over the world!
// @author herokay
// @match http://nxgp2019.w.px.teacher.com.cn/home/student/*/course/learn/*
// @grant none
// @require file:///D:/ocrad.js
// ==/UserScript==
(function() {
'use strict';
// Your code here...
window.alert = function(txt)
{
console.info(txt);
}
function recognize_image()
{
OCRAD(document.getElementById("pxCheckCode"), {
numeric: true
}, function(text){
$('#inputvalcode1').val(text);
console.info( text);
$('#comfirmButtonTo').click();
})
}
function run()
{
// recognize_image() ;
//console.info(TimeNum);
if(TimeNum>600)
{
if( $('#btn_min').attr('class')=='max')
{
btnOclick();
setTimeout("$('#inputvalcode1').click();",5000);
}
else
{
setTimeout("$('#inputvalcode1').click();",5000);
}
if($("#pxCheckCode").is(":visible"))
{
recognize_image();
}
}
}
setInterval(run, 10000);
})();
将ocrd.js文件放入D盘根目录
Tampermonkey插件设置为可访问本地文件
ocrad.zip
还不快抢沙发