Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/therealfoxster/donteatmycontent

Prevent the notch/Dynamic Island from munching on 2:1 video content in YouTube
https://github.com/therealfoxster/donteatmycontent

c dynamic-island ios iphone notch objective-c reverse-engineering youtube

Last synced: 6 days ago
JSON representation

Prevent the notch/Dynamic Island from munching on 2:1 video content in YouTube

Awesome Lists containing this project

README

        

# DontEatMyContent
Prevent the notch/Dynamic Island from munching on 2:1 video content in YouTube





GitHub Actions Workflow Status
GitHub Release

## How it works
The rendering view is constrained to the [safe area layout guide](https://developer.apple.com/documentation/uikit/uiview/2891102-safearealayoutguide?language=objc) of its container so it will always be below the notch and Dynamic Island ([learn more](https://developer.apple.com/documentation/uikit/uiview/positioning_content_relative_to_the_safe_area?language=objc)). These constraints are only activated for videos with 2:1 aspect ratio or wider to prevent unintended effects on videos with smaller aspect ratios.

## Compatibility
Runs on all devices on iOS/iPadOS 14.0 or later, though I wouldn't recommend enabling the tweak if the notch doesn't cut into your videos.

## Grab it
- IPA file: https://therealfoxster.github.io/uYouPlus
- DEB file: https://github.com/therealFoxster/DontEatMyContent/releases/latest

## Preview - iPhone 15 Pro
### Default



### Tweaked



### Zoomed to fill



## License
[The MIT License](LICENSE.md)