您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Enhanced Prime Video experience with X-ray hiding, ad skipping, cursor management, and more
A powerful userscript that enhances your Prime Video viewing experience by removing distractions, automating interactions, and adding convenient features.
Ctrl + H
- Open quality/settings menuCtrl + F
- Toggle fullscreen modeYou need a userscript manager extension installed in your browser:
Direct Installation:
Manual Installation:
primevideo-enhance.js
Verify Installation:
The script includes a configuration object that you can modify:
const CONFIG = {
logging: false, // Set to true for debugging
adSkip: {
tries: 3,
delay: 1500,
selectors: [/* Ad button selectors */]
},
xray: {
selectors: [/* X-ray panel selectors */]
},
cursor: {
hideDelay: 3000, // Cursor hide delay in milliseconds
playerSelectors: [/* Video player selectors */]
}
};
CONFIG.logging = true
to see detailed console logsCONFIG.cursor.hideDelay
(default: 3000ms)Feature | Web Player | Mobile Web | Smart TV Apps |
---|---|---|---|
X-ray Hiding | ✅ | ✅ | ❌ |
Ad Skipping | ✅ | ✅ | ❌ |
Cursor Management | ✅ | ❌ | ❌ |
Keyboard Shortcuts | ✅ | ❌ | ❌ |
Auto-play Next | ✅ | ✅ | ❌ |
Note: This userscript only works on web browsers with userscript manager support
CONFIG.logging = true
and check browser consoleIf you encounter problems:
CONFIG.logging = true
)The script automatically works with Prime Video's interface updates, but major changes may require script updates. Check this repository periodically for improvements.
To update:
Contributions are welcome! Here's how you can help:
git clone https://github.com/bernardopg/primevideo-enhancer.git
cd primevideo-enhancer
# Edit primevideo-enhance.js
# Test on Prime Video
# Submit PR
This project is released under the MIT License. See LICENSE for details.
This userscript is for educational and personal use only. It enhances the user interface and does not:
Use responsibly and in accordance with Prime Video's terms of service.
Enjoy your enhanced Prime Video experience! 🍿
If this script improves your viewing experience, consider giving it a ⭐ star!