Greasy Fork

Greasy Fork is available in English.

美和易思MOOT|十一

美和易思MOOT去鼠标检测

当前为 2020-05-05 提交的版本,查看 最新版本

// ==UserScript==
// @name         美和易思MOOT|十一
// @namespace    fooor.cn
// @version      1.01
// @description 美和易思MOOT去鼠标检测
// @author       十一
// @match        *://*.51moot.net/server_hall_2/server_hall_2/*
// @grant        none
// ==/UserScript==
window.s2j_onPlayOver =function(){
    if ($('.active').next().length>0) {
        $('.active').next().click()
    }else{
        $('.active').parents('.vedio-play-conts-left-chapter').next().children('.vedio-play-conts-left-chapter-list').children().children()[0].click()
    }
}
window.s2j_onReadyPlay =function(){
   player.j2s_resumeVideo()
}
window.s2j_onPlayerInitOver=function(){
    player.j2s_setVolume(0)
}
window.onblur = null;