Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/therealfoxster/donteatmycontent
- Owner: therealFoxster
- License: mit
- Created: 2022-09-19T16:43:43.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T14:50:22.000Z (about 2 months ago)
- Last Synced: 2024-10-19T05:15:25.541Z (about 1 month ago)
- Topics: c, dynamic-island, ios, iphone, notch, objective-c, reverse-engineering, youtube
- Language: Logos
- Homepage:
- Size: 10.9 MB
- Stars: 46
- Watchers: 3
- Forks: 13
- Open Issues: 3
-
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)