您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Makes <video> more usable across the web by enabling all controls, downloads, picture-in-picture, etc. May cause usability issues on some sites but is generally an improvment.
Improves video playback across all websites by fixing common restrictions on <video> elements. Brings back the seek bar, enables downloads, PiP, etc
It works by:
- Enabling video controls on all videos
- Ensuring native <video> controls are clickable and accessible (zIndex)
- Removing restrictions like disablePictureInPicture and disableRemotePlayback
- Clearing controlsList restrictions that prevent downloading
The script automatically detects and fixes both existing videos and new videos that get added to the page dynamically.
Doesn't always work, but works fine on many sites like Snapchat and Instagram. Sometimes sites have extra CSS rules that still keep the controls hidden. More often it'll work but in the process it might break some other functionality of the site so be prepared to toggle it on/off.
Should be compatible with any browser.
Cheers!