您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
美和易思MOOT去鼠标检测
当前为
// ==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;