Back to projectsAutomation script
Prime Video Enhancements
Prime Video automation script that targets recap, intro, ad, and fullscreen friction in serialized playback.
Context
Built with the same quality-of-life mindset as the Netflix and Disney Plus scripts, but adapted to Prime Video's own playback prompts and interruptions.
Problem
Prime Video still requires repeated interaction around skips, fullscreen, and ads, which slows down a viewing session that should be mostly passive.
Solution
The script automates recap and intro skipping, handles ad-related interruptions where possible, manages fullscreen behavior, and exposes persistent settings through an F2-triggered interface.
Key decisions
- -Modeled the UI after a lightweight settings experience so users can toggle behavior without editing code.
- -Focused on repeatable interruptions instead of trying to redesign the entire site.
- -Persisted settings to keep behavior stable across episodes and sessions.
Key features
- -Automatic skipping for recaps and intros
- -Ad-related playback handling
- -Fullscreen behavior automation
- -Persistent settings dialog with F2 access
Results
- -Brings Prime Video closer to a hands-off playback workflow.
- -Rounds out the streaming-automation subset in the portfolio.
- -Shows reusable patterns across similar platforms without being a copy-paste clone.
Stack
JavaScriptTampermonkeyStreaming Platforms