您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
代刷|自动换课|自动秒完
// ==UserScript== // @name 广西干部网络学院-秒配合软件-vx:shuake345 // @namespace vx:shuake345 // @version vx:shuake345 // @description 代刷|自动换课|自动秒完 // @author vx:shuake345 // @match https://www.gxela.gov.cn/* // @icon https://www.google.com/s2/favicons?sz=64&domain=gxela.gov.cn // @grant none // ==/UserScript== (function() { 'use strict'; function BFY(){ if(document.getElementsByTagName('video')!==null){ document.getElementsByTagName('video')[0].play() setTimeout(gb,66000) } } setInterval(BFY,5222) function gb(){ document.querySelector("#app > div > div> button > span").click() setTimeout(function(){document.querySelectorAll("body > div> div > div > div> button > span")[1].click()},2000) } // Your code here... })();