feat(YouTube): Support version 19.47.53 (#4182)

This commit is contained in:
LisoUseInAIKyrios 2024-12-21 19:06:51 +04:00 committed by GitHub
parent 3ae2c24b5a
commit 2089e613d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
60 changed files with 60 additions and 0 deletions

View File

@ -77,6 +77,7 @@ val hideAdsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -33,6 +33,7 @@ val hideGetPremiumPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -31,6 +31,7 @@ val videoAdsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -61,6 +61,7 @@ val copyVideoUrlPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -32,6 +32,7 @@ val removeViewerDiscretionDialogPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -76,6 +76,7 @@ val downloadsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -31,6 +31,7 @@ val disablePreciseSeekingGesturePatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -34,6 +34,7 @@ val enableSeekbarTappingPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -44,6 +44,7 @@ val enableSlideToSeekPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -37,6 +37,7 @@ val seekbarThumbnailsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
) )
) )

View File

@ -73,6 +73,7 @@ val swipeControlsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -30,6 +30,7 @@ val autoCaptionsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -51,6 +51,7 @@ val customBrandingPatch = resourcePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -49,6 +49,7 @@ val changeHeaderPatch = resourcePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
) )
) )

View File

@ -30,6 +30,7 @@ val hideButtonsPatch = resourcePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -48,6 +48,7 @@ val navigationButtonsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -62,6 +62,7 @@ val hidePlayerOverlayButtonsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -64,6 +64,7 @@ val hideEndscreenCardsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -37,6 +37,7 @@ val disableFullscreenAmbientModePatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -133,6 +133,7 @@ val hideLayoutComponentsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -65,6 +65,7 @@ val hideInfoCardsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -32,6 +32,7 @@ val hidePlayerFlyoutMenuPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -37,6 +37,7 @@ val disableRollingNumberAnimationPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -33,6 +33,7 @@ val hideSeekbarPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -190,6 +190,7 @@ val hideShortsComponentsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -62,6 +62,7 @@ val disableSuggestedVideoEndScreenPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -29,6 +29,7 @@ val hideTimestampPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -170,6 +170,7 @@ val miniplayerPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -29,6 +29,7 @@ val playerPopupPanelsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -20,6 +20,7 @@ val playerControlsBackgroundPatch = resourcePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -26,6 +26,7 @@ val openVideosFullscreenPatch = bytecodePatch(
compatibleWith( compatibleWith(
"com.google.android.youtube"( "com.google.android.youtube"(
"19.46.42", "19.46.42",
"19.47.53",
) )
) )

View File

@ -60,6 +60,7 @@ val customPlayerOverlayOpacityPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -61,6 +61,7 @@ val returnYouTubeDislikePatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -37,6 +37,7 @@ val wideSearchbarPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -40,6 +40,7 @@ val shortsAutoplayPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -49,6 +49,7 @@ val openShortsInRegularPlayerPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -119,6 +119,7 @@ val sponsorBlockPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -40,6 +40,7 @@ val spoofAppVersionPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -37,6 +37,7 @@ val changeStartPagePatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -39,6 +39,7 @@ val disableResumingShortsOnStartupPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -34,6 +34,7 @@ val enableTabletLayoutPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -198,6 +198,7 @@ val themePatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -41,6 +41,7 @@ val alternativeThumbnailsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -35,6 +35,7 @@ val bypassImageRegionRestrictionsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -31,6 +31,7 @@ val announcementsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -32,6 +32,7 @@ val autoRepeatPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -56,6 +56,7 @@ val backgroundPlaybackPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -40,6 +40,7 @@ val enableDebuggingPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -32,6 +32,7 @@ val spoofDeviceDimensionsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -25,6 +25,7 @@ val checkWatchHistoryDomainNameResolutionPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -43,6 +43,7 @@ val gmsCoreSupportPatch = gmsCoreSupportPatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )
} }

View File

@ -38,6 +38,7 @@ val bypassURLRedirectsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -49,6 +49,7 @@ val openLinksExternallyPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -38,6 +38,7 @@ val removeTrackingQueryParameterPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -20,6 +20,7 @@ val spoofVideoStreamsPatch = spoofVideoStreamsPatch({
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -29,6 +29,7 @@ val zoomHapticsPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -50,6 +50,7 @@ val forceOriginalAudioPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -43,6 +43,7 @@ val rememberVideoQualityPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )

View File

@ -27,6 +27,7 @@ val playbackSpeedPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )
} }

View File

@ -82,6 +82,7 @@ val restoreOldVideoQualityMenuPatch = bytecodePatch(
"19.43.41", "19.43.41",
"19.45.38", "19.45.38",
"19.46.42", "19.46.42",
"19.47.53",
), ),
) )