您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
fuck the z*soft of fking pxb
// ==UserScript== // @name 培训宝挂机工具 // @namespace http://tampermonkey.net/ // @version 0.2 // @description fuck the z*soft of fking pxb // @author RaYa // @match https://m.taoke.com//front_new/pxb/webapp/html/student/student.html* // @grant none // @license MIT // 用于反抗培训宝的挂机检测,方便多开视频进行后台挂机 // ==UserScript== // @run-at document-start // ==/UserScript== (function() { "use strict"; setInterval(function () { document.getElementsByClassName("mint-msgbox-confirm")[0].click(); }, 5000); setInterval(function () { var t = this; if (null != t.player) t.player.show(), t.player.play(), t.isPlay = !0;else { var e = document.querySelector("#videoplayer video,#videoplayer audio"); e && e.play(); } }, 100); })();