基金从业人员远程培训工具

Prevent the video stop when lost focus

目前為 2022-04-06 提交的版本,檢視 最新版本

// ==UserScript==
// @name         基金从业人员远程培训工具
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Prevent the video stop when lost focus
// @author       Pengus
// @match        https://peixun.amac.org.cn/*
// @icon         https://peixun.amac.org.cn/favicon.ico
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';
    window.addEventListener('load', function() {
        // your code here
        window.onblur = {}
    }, false);

})();

QingJ © 2025

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