Kingsley

Results 3 comments of Kingsley

作者源码中有类似的写法,我直接在使用的时候copy一份获取当前时间: `const handleTimeupdate = function (ev: any) { let duration = ev.duration || ev.target.duration || 0; // 媒体总长 let currentTime = ev.currentTime || ev.target.currentTime; // 当前媒体播放长度 console.log(duration); console.log(currentTime); }`

![image](https://user-images.githubusercontent.com/30293790/99986812-a5ab5b80-2dea-11eb-8c23-67a3edb527ed.png) 本地运行,定时任务凌晨执行,配置除了定期更新api源之外其他都没改过,同出现登录失败问题 此外,是不是最近都打不满300了?

更改了swichyomega的协议配置,更改为socks5,不报unkown protocal了,可是在自己本地的chrome中仍然不能翻墙,只能在使用脚本打开后新的chrome页面中翻墙, 有点不太方便,请问有什么解决方案?