0) { document.onfocusout = function () { return true; } ..._美和易思学习脚本最新">
当前位置:   article > 正文

慕课美和易思_美和易思学习脚本最新

美和易思学习脚本最新

美和易思

Moot刷视频网页绑定焦点

if (!-[1,] && !window.XMLHttpRequest || navigator.userAgent.indexOf("MSIE 8.0") > 0) {
        document.onfocusout = function () {
            return true;
        }
    } else {
        window.onblur = function () {
            return true;
        }
    }
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9

F12 console里面走一波就可以用了

或者油猴添加新脚本
在这里插入图片描述
自己去网上找资源下载

// ==UserScript==
// @name         慕课
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  美和易思 慕课 保留焦点
// @author       mutou
// @match        http://www.51moot.net/*
// @grant        none
// @include      http://www.51moot.net/*
// ==/UserScript==

(function() {
     if (!-[1,] && !window.XMLHttpRequest || navigator.userAgent.indexOf("MSIE 8.0") > 0) {

        document.onfocusout = function () {

            return true;

        }

    } else {

        window.onblur = function () {

            return true;

        }

    }
})();
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

油猴里面新建一个脚本 把上面的代码保存进去 就不需要每次打开自己手动去console里面粘贴了

核心代码就那么两行 可以学习一下

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/天景科技苑/article/detail/878776
推荐阅读
相关标签
  

闽ICP备14008679号