Update DontEatMyContent (1.0.2 -> 1.0.3)

Update to work with YouTube's redesign

Add another method to get video aspect ratio

Add another method to detect pinch gesture
This commit is contained in:
foxster-mp4
2022-11-02 20:13:19 -07:00
parent 6efdf519f4
commit 6b62aca494
2 changed files with 51 additions and 37 deletions
+2 -1
View File
@@ -43,7 +43,8 @@
// DontEatMyContent
NSString* deviceName();
BOOL isDeviceSupported();
void aspectRatioChanged(CGFloat arg);
BOOL deviceIsSupported();
void activate();
void deactivate();
void center();