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: 4 months ago
JSON representation
Prevent the notch/Dynamic Island from munching on 2:1 video content in YouTube
- Host: GitHub
- URL: https://github.com/therealfoxster/donteatmycontent
- Owner: therealFoxster
- License: mit
- Created: 2022-09-19T16:43:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-13T06:18:15.000Z (about 1 year ago)
- Last Synced: 2025-06-13T06:29:20.144Z (about 1 year ago)
- Topics: c, dynamic-island, ios, iphone, notch, objective-c, reverse-engineering, youtube
- Language: Logos
- Homepage:
- Size: 139 KB
- Stars: 59
- Watchers: 4
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DontEatMyContent
Prevent the notch/Dynamic Island from munching on 2:1 video content in YouTube
## 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)