Greasy Fork镜像 还支持 简体中文。

gxb-auto-next

try to f**k gxb

目前為 2017-02-06 提交的版本,檢視 最新版本

// ==UserScript==
// @name         gxb-auto-next
// @namespace    http://www233.herokuapp.com/index.php/archives/13/
// @version      0.1
// @description  try to f**k gxb
// @author       Aonshuy
// @match        https://sdjzu.class.gaoxiaobang.com/*
// @grant        none
// @require      https://gf.qytechs.cn/scripts/16536-waitforkeyelements/code/waitForKeyElements.js?version=103451
// ==/UserScript==




waitForKeyElements (
    "div.progress"
    , commentCallbackFunction
);
//--- Page-specific function to do what we want when the node is found.
function commentCallbackFunction () {
    setInterval(function() {
        var b=document.querySelector('i.gxb-next-blue');
        var a=document.querySelector('span.video-percent').innerHTML;
        if(a=="100"){b.click();}
    },3000)
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址