gxb-auto-next

jie fang shuang shou#(huaji)

  1. // ==UserScript==
  2. // @name gxb-auto-next
  3. // @namespace http://www233.herokuapp.com/index.php/archives/13/
  4. // @version 0.2
  5. // @description jie fang shuang shou#(huaji)
  6. // @author Aonshuy
  7. // @match https://sdjzu.class.gaoxiaobang.com/*
  8. // @grant none
  9. // @require https://gf.qytechs.cn/scripts/16536-waitforkeyelements/code/waitForKeyElements.js?version=103451
  10. // ==/UserScript==
  11.  
  12.  
  13.  
  14.  
  15. waitForKeyElements (
  16. "div.progress"
  17. , commentCallbackFunction
  18. );
  19. //--- Page-specific function to do what we want when the node is found.
  20. function commentCallbackFunction () {
  21. setInterval(function() {
  22. var b=document.querySelector('i.gxb-next-blue');
  23. var a=document.querySelector('span.video-percent').innerHTML;
  24. if(a=="100"){b.click();}
  25. },3000)
  26. }

QingJ © 2025

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