1 Star 1 Fork 0

zhangBo11/webpack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
解放双手.js 905 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhbo 提交于 2021-10-09 18:58 . feature: vite实战学习
var buttons = document.getElementsByClassName("next_button___YGZWZ");
setInterval(function() {
console.log("...脚本执行中...")
var button = buttons[0];
if(typeof(button) != 'undefined'){
console.log("---选择下一个章节---")
button.click();
}
},5000);
var outters = document.getElementsByClassName("outter");
setInterval(function() {
console.log("...脚本执行中...")
var playing = document.getElementsByClassName("prism-big-play-btn");
var attr = playing[0].getAttribute('class');
if(attr.indexOf('playing') < 0){
var outter = outters[0];
if(typeof(outter) != 'undefined'){
console.log("---开始播放---")
outter.click();
}
}
},5000);
setInterval(function() {
var ant = document.getElementsByClassName("ant-btn-primary");
if(ant.length != 0){
ant[0].click();
}
},5000);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangBo11/webpack.git
[email protected]:zhangBo11/webpack.git
zhangBo11
webpack
webpack
master

搜索帮助