银从再教育挂机不要停
// ==UserScript==
// @name 银行从业继续教育挂机
// @namespace David Chan
// @version 1.0
// @description 银从再教育挂机不要停
// @author David Chan
// @match *://ucollege.china-cbi.net/index.php?a=studyDetail*
// @grant none
// ==/UserScript==
(function() {
'use strict';
window.onfocus = function(){console.log('当前')};
window.onblur = function(){console.log('离开')};
window.custom_seek = function(){
window.tiper("随便拖,可劲地造!");
};
// Your code here...
})();