吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1328|回复: 6
收起左侧

[求助] java求助

[复制链接]
bravepione 发表于 2021-8-16 16:14
为什么自动播放完一个视频,不会自动播放下一个,而是重复播放,需要修改哪一个地方?


// @AuThor       luter
// @match        *.dtdjzx.gov.cn/course/special/*
// @match        *.dtdjzx.gov.cn/*
// @grant        none   
// ==/UserScript==
(function ()
        {setTimeout(function()
                {if(window.location.href.indexOf("#/home")!=-1){
         window.open("#/personSpace");
        }
           else
           {
               if(window.location.href.indexOf("studyCours")!=-1)//课程列表页判断
                        {document.getElementsByClassName("el-table__row")[0].getElementsByClassName("cell")[6].getElementsByTagName("span")[1].click();
                 window.opener = null;
                 window.open(' ','_self');
                 window.close();}
                else
                {document.getElementsByTagName("video")[0].muted = true;
                 document.getElementsByTagName("video")[0].play();
                 setInterval(function ()
                                    { var ti = document.getElementsByTagName("video")[0].duration-document.getElementsByTagName("video")[0].currentTime
                    console.log(ti)
                    if(ti ==0)
                    {setTimeout(function(){document.querySelector("#app > div > div.nav > div > ul > li:nth-child(10) > a").click();},10000);
                        //window.close();
                     setTimeout(function(){window.location.reload();},20000);
                    }
                    }, 10000);
                            }
            }
        }, 10000);
    }
    )();

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

hualonghongyan 发表于 2021-8-16 18:04
兄弟,你确定这是java么?而不是js?
saidom1949 发表于 2021-8-16 18:13
这不是js吗,和java有什么关系
而且这里面你貌似没有获取下一个视频的节点,获取数值好像是被写死了 (盲猜)
老大哥 发表于 2021-8-16 18:28
呛水的鱼 发表于 2021-8-16 19:06
哪个网页,我帮你写一个
 楼主| bravepione 发表于 2021-8-17 08:51
呛水的鱼 发表于 2021-8-16 19:06
哪个网页,我帮你写一个

山东干部网络学院,有时候不在电脑边想自动学习的
https://gbwlxy.dtdjzx.gov.cn/content#/projectDetail?id=3487301376055194246
// ==UserScript==
// @name         灯塔党建党员教育挂机学习
// @namespace    **************
// @version      0.999
// @description  灯塔党建在线挂机学习脚本
// @author       luter
// @match        *.dtdjzx.gov.cn/course/special/*
// @match        *.dtdjzx.gov.cn/*
// @grant        none   
// ==/UserScript==
(function ()
        {setTimeout(function()
                {if(window.location.href.indexOf("#/home")!=-1){
         window.open("#/personSpace");
        }
           else
           {
               if(window.location.href.indexOf("studyCours")!=-1)//课程列表页判断
                        {document.getElementsByClassName("el-table__row")[0].getElementsByClassName("cell")[6].getElementsByTagName("span")[1].click();
                 window.opener = null;
                 window.open(' ','_self');
                 window.close();}
                else
                {document.getElementsByTagName("video")[0].muted = true;
                 document.getElementsByTagName("video")[0].play();
                 setInterval(function ()
                                    { var ti = document.getElementsByTagName("video")[0].duration-document.getElementsByTagName("video")[0].currentTime
                    console.log(ti)
                    if(ti ==0)
                    {setTimeout(function(){document.querySelector("#app > div > div.nav > div > ul > li:nth-child(10) > a").click();},10000);
                        //window.close();
                     setTimeout(function(){window.location.reload();},20000);
                    }
                    }, 10000);
                            }
            }
        }, 10000);
    }
    )();
呛水的鱼 发表于 2021-8-29 21:22
bravepione 发表于 2021-8-17 08:51
山东干部网络学院,有时候不在电脑边想自动学习的
https://gbwlxy.dtdjzx.gov.cn/content#/projectDetai ...

灯塔啊   我知道 我还写过  不过我现在没账号测试了
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-25 22:42

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表