首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >51Moot,解除播放鼠标移开暂停限制

51Moot,解除播放鼠标移开暂停限制

作者头像
SingYi
发布2022-07-13 21:20:36
发布2022-07-13 21:20:36
2K0
举报
文章被收录于专栏:Lan小站Lan小站
代码语言:javascript
复制
// ==UserScript==
// @name         Moot解除限制
// @namespace   gu
// @version      0.1
// @description  try to take over the world!
// @author       Lan
// @match        *://www.51moot.net/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    // Your code here...
    window.onblur = null
})();

美和易思的慕课网站播放限制去除

这里配合老油猴可以实现自动去除限制

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档