Greasy Fork is available in English.
直接获取视频和音频二进制流,打破所有下载限制。(只要你可以播放,你就可以下载!)
这些是代码更新过的版本。 显示所有版本
change the output format to 'video_' + document.title + '.mp4'
'video_' + document.title + '.mp4'
1. Added simple hook anti-detection2. Change the output file to document.title + audio/video.mp4
delete the window.quickPlay. Pleas replace window.quickPlay = x with document.querySelector('video').playbackRate = x manually.
window.quickPlay = x
document.querySelector('video').playbackRate = x