绕过某网盘不保存只能观看30秒的限制

Sakura 发布于 2023-01-11 488 次阅读


let video = document.querySelectorAll("#html5player_html5_api")[0]
video.controls="true"
video.pause=null
document.querySelectorAll("#html5player > div.vjs-control-bar")[0].style.display = "none"
document.querySelectorAll("#video-wrap-outer > div.video-overlay-iframe")[0].style.display = "none"

使用方法
浏览器打开某度网盘的其他人分享的视频的播放界面,按 F12 进入 Devtools,按 Esc 打开控制台,然后在里输入上面的代码即可