Universal <video> Fixer - bring back the seek bar, enable download, PiP, etc

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.

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
varenc
日安装量
0
总安装量
115
评分
2 0 0
版本
0.1.1
创建于
2025-04-03
更新于
2025-04-03
大小
6.2 KB
许可证
MIT
适用于
所有网站

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!