Skip to content

feat(Prime Video): Add Skip ads patch #4824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 6, 2025

Conversation

hoo-dles
Copy link
Contributor

@hoo-dles hoo-dles commented Apr 18, 2025

This is a first pass of a patch for Amazon Prime Video to skip ads. Ad breaks seem to be baked into the incoming stream, so the best we can do is force the video player to seek over them.

I could use some help with more extensive testing since the Prime Video app has like 5 different video player implementations and I'm not sure when (if?) the ones that I didn't patch are used.

@hoo-dles
Copy link
Contributor Author

Related to feature request: #4676

@LisoUseInAIKyrios LisoUseInAIKyrios linked an issue Apr 18, 2025 that may be closed by this pull request
3 tasks
@LisoUseInAIKyrios LisoUseInAIKyrios changed the title feat(Prime Video): Initial commit of Skip Ads patch feat(Prime Video): Add Skip ads patch Apr 18, 2025
@LisoUseInAIKyrios
Copy link
Contributor

For the other player implementations, it's worth checking an Android tablet (Android Studio device emulator).

@LisoUseInAIKyrios
Copy link
Contributor

Anything left todo? Is this ready to merge?

@hoo-dles
Copy link
Contributor Author

hoo-dles commented May 3, 2025

@LisoUseInAIKyrios ready if you are

@oSumAtrIX oSumAtrIX self-requested a review May 3, 2025 10:12
@LisoUseInAIKyrios LisoUseInAIKyrios merged commit bb672c4 into ReVanced:dev May 6, 2025
1 check passed
github-actions bot pushed a commit that referenced this pull request May 6, 2025
# [5.23.0-dev.5](v5.23.0-dev.4...v5.23.0-dev.5) (2025-05-06)

### Bug Fixes

* **Spotify - Unlock Spotify Premium:** Remove pop up premium ads ([#4842](#4842)) ([00aa200](00aa200))

### Features

* **Pandora:** Add `Disable audio ads` and `Unlimited skips` patch ([#4841](#4841)) ([0cf7a4c](0cf7a4c))
* **Prime Video:** Add `Skip ads` patch ([#4824](#4824)) ([bb672c4](bb672c4))
github-actions bot pushed a commit that referenced this pull request May 10, 2025
# [5.23.0](v5.22.0...v5.23.0) (2025-05-10)

### Bug Fixes

* Correct incorrect fingerprint ([c3bab89](c3bab89))
* Fix incorrect fingerprints ([#4917](#4917)) ([49ca329](49ca329))
* **Spotify - Unlock Spotify Premium:** Remove pop up premium ads ([#4842](#4842)) ([00aa200](00aa200))
* **YouTube:** Improve litho filtering performance ([#4904](#4904)) ([7b43986](7b43986))
* **YouTube:** Simplify litho filtering patch ([#4910](#4910)) ([bd53955](bd53955))

### Features

* **Lightroom:** Constrain patches to last working version ([efef03b](efef03b))
* **Pandora:** Add `Disable audio ads` and `Unlimited skips` patch ([#4841](#4841)) ([0cf7a4c](0cf7a4c))
* **Prime Video:** Add `Skip ads` patch ([#4824](#4824)) ([bb672c4](bb672c4))
* **Spotify:** Add `Sanitize sharing links` patch ([#4829](#4829)) ([2e3511d](2e3511d))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Prime Video Hide Ads
4 participants