Skip to content

Commit 2089e61

Browse files
feat(YouTube): Support version 19.47.53 (ReVanced#4182)
1 parent 3ae2c24 commit 2089e61

File tree

60 files changed

+60
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+60
-0
lines changed

patches/src/main/kotlin/app/revanced/patches/youtube/ad/general/HideAdsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ val hideAdsPatch = bytecodePatch(
7777
"19.43.41",
7878
"19.45.38",
7979
"19.46.42",
80+
"19.47.53",
8081
),
8182
)
8283

patches/src/main/kotlin/app/revanced/patches/youtube/ad/getpremium/HideGetPremiumPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ val hideGetPremiumPatch = bytecodePatch(
3333
"19.43.41",
3434
"19.45.38",
3535
"19.46.42",
36+
"19.47.53",
3637
),
3738
)
3839

patches/src/main/kotlin/app/revanced/patches/youtube/ad/video/VideoAdsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ val videoAdsPatch = bytecodePatch(
3131
"19.43.41",
3232
"19.45.38",
3333
"19.46.42",
34+
"19.47.53",
3435
),
3536
)
3637

patches/src/main/kotlin/app/revanced/patches/youtube/interaction/copyvideourl/CopyVideoUrlPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ val copyVideoUrlPatch = bytecodePatch(
6161
"19.43.41",
6262
"19.45.38",
6363
"19.46.42",
64+
"19.47.53",
6465
),
6566
)
6667

patches/src/main/kotlin/app/revanced/patches/youtube/interaction/dialog/RemoveViewerDiscretionDialogPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ val removeViewerDiscretionDialogPatch = bytecodePatch(
3232
"19.43.41",
3333
"19.45.38",
3434
"19.46.42",
35+
"19.47.53",
3536
),
3637
)
3738

patches/src/main/kotlin/app/revanced/patches/youtube/interaction/downloads/DownloadsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ val downloadsPatch = bytecodePatch(
7676
"19.43.41",
7777
"19.45.38",
7878
"19.46.42",
79+
"19.47.53",
7980
),
8081
)
8182

patches/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/DisablePreciseSeekingGesturePatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ val disablePreciseSeekingGesturePatch = bytecodePatch(
3131
"19.43.41",
3232
"19.45.38",
3333
"19.46.42",
34+
"19.47.53",
3435
),
3536
)
3637

patches/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/EnableSeekbarTappingPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ val enableSeekbarTappingPatch = bytecodePatch(
3434
"19.43.41",
3535
"19.45.38",
3636
"19.46.42",
37+
"19.47.53",
3738
),
3839
)
3940

patches/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/EnableSlideToSeekPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ val enableSlideToSeekPatch = bytecodePatch(
4444
"19.43.41",
4545
"19.45.38",
4646
"19.46.42",
47+
"19.47.53",
4748
),
4849
)
4950

patches/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/SeekbarThumbnailsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ val seekbarThumbnailsPatch = bytecodePatch(
3737
"19.43.41",
3838
"19.45.38",
3939
"19.46.42",
40+
"19.47.53",
4041
)
4142
)
4243

patches/src/main/kotlin/app/revanced/patches/youtube/interaction/swipecontrols/SwipeControlsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ val swipeControlsPatch = bytecodePatch(
7373
"19.43.41",
7474
"19.45.38",
7575
"19.46.42",
76+
"19.47.53",
7677
),
7778
)
7879

patches/src/main/kotlin/app/revanced/patches/youtube/layout/autocaptions/AutoCaptionsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ val autoCaptionsPatch = bytecodePatch(
3030
"19.43.41",
3131
"19.45.38",
3232
"19.46.42",
33+
"19.47.53",
3334
),
3435
)
3536

patches/src/main/kotlin/app/revanced/patches/youtube/layout/branding/CustomBrandingPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ val customBrandingPatch = resourcePatch(
5151
"19.43.41",
5252
"19.45.38",
5353
"19.46.42",
54+
"19.47.53",
5455
),
5556
)
5657

patches/src/main/kotlin/app/revanced/patches/youtube/layout/branding/header/ChangeHeaderPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ val changeHeaderPatch = resourcePatch(
4949
"19.43.41",
5050
"19.45.38",
5151
"19.46.42",
52+
"19.47.53",
5253
)
5354
)
5455

patches/src/main/kotlin/app/revanced/patches/youtube/layout/buttons/action/HideButtonsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ val hideButtonsPatch = resourcePatch(
3030
"19.43.41",
3131
"19.45.38",
3232
"19.46.42",
33+
"19.47.53",
3334
),
3435
)
3536

patches/src/main/kotlin/app/revanced/patches/youtube/layout/buttons/navigation/NavigationButtonsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ val navigationButtonsPatch = bytecodePatch(
4848
"19.43.41",
4949
"19.45.38",
5050
"19.46.42",
51+
"19.47.53",
5152
),
5253
)
5354

patches/src/main/kotlin/app/revanced/patches/youtube/layout/buttons/overlay/HidePlayerOverlayButtonsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ val hidePlayerOverlayButtonsPatch = bytecodePatch(
6262
"19.43.41",
6363
"19.45.38",
6464
"19.46.42",
65+
"19.47.53",
6566
),
6667
)
6768

patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/endscreencards/HideEndscreenCardsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ val hideEndscreenCardsPatch = bytecodePatch(
6464
"19.43.41",
6565
"19.45.38",
6666
"19.46.42",
67+
"19.47.53",
6768
),
6869
)
6970

patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/fullscreenambientmode/DisableFullscreenAmbientModePatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ val disableFullscreenAmbientModePatch = bytecodePatch(
3737
"19.43.41",
3838
"19.45.38",
3939
"19.46.42",
40+
"19.47.53",
4041
),
4142
)
4243

patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ val hideLayoutComponentsPatch = bytecodePatch(
133133
"19.43.41",
134134
"19.45.38",
135135
"19.46.42",
136+
"19.47.53",
136137
),
137138
)
138139

patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/infocards/HideInfoCardsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ val hideInfoCardsPatch = bytecodePatch(
6565
"19.43.41",
6666
"19.45.38",
6767
"19.46.42",
68+
"19.47.53",
6869
),
6970
)
7071

patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/player/flyoutmenupanel/HidePlayerFlyoutMenuPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ val hidePlayerFlyoutMenuPatch = bytecodePatch(
3232
"19.43.41",
3333
"19.45.38",
3434
"19.46.42",
35+
"19.47.53",
3536
),
3637
)
3738

patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/rollingnumber/DisableRollingNumberAnimationPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ val disableRollingNumberAnimationPatch = bytecodePatch(
3737
"19.43.41",
3838
"19.45.38",
3939
"19.46.42",
40+
"19.47.53",
4041
),
4142
)
4243

patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/seekbar/HideSeekbarPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ val hideSeekbarPatch = bytecodePatch(
3333
"19.43.41",
3434
"19.45.38",
3535
"19.46.42",
36+
"19.47.53",
3637
),
3738
)
3839

patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/shorts/HideShortsComponentsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ val hideShortsComponentsPatch = bytecodePatch(
190190
"19.43.41",
191191
"19.45.38",
192192
"19.46.42",
193+
"19.47.53",
193194
),
194195
)
195196

patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/suggestedvideoendscreen/DisableSuggestedVideoEndScreenPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ val disableSuggestedVideoEndScreenPatch = bytecodePatch(
6262
"19.43.41",
6363
"19.45.38",
6464
"19.46.42",
65+
"19.47.53",
6566
),
6667
)
6768

patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/time/HideTimestampPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ val hideTimestampPatch = bytecodePatch(
2929
"19.43.41",
3030
"19.45.38",
3131
"19.46.42",
32+
"19.47.53",
3233
),
3334
)
3435

patches/src/main/kotlin/app/revanced/patches/youtube/layout/miniplayer/MiniplayerPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ val miniplayerPatch = bytecodePatch(
170170
"19.43.41",
171171
"19.45.38",
172172
"19.46.42",
173+
"19.47.53",
173174
),
174175
)
175176

patches/src/main/kotlin/app/revanced/patches/youtube/layout/panels/popup/PlayerPopupPanelsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ val playerPopupPanelsPatch = bytecodePatch(
2929
"19.43.41",
3030
"19.45.38",
3131
"19.46.42",
32+
"19.47.53",
3233
),
3334
)
3435

patches/src/main/kotlin/app/revanced/patches/youtube/layout/player/background/PlayerControlsBackgroundPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ val playerControlsBackgroundPatch = resourcePatch(
2020
"19.43.41",
2121
"19.45.38",
2222
"19.46.42",
23+
"19.47.53",
2324
),
2425
)
2526

patches/src/main/kotlin/app/revanced/patches/youtube/layout/player/fullscreen/OpenVideosFullscreenPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ val openVideosFullscreenPatch = bytecodePatch(
2626
compatibleWith(
2727
"com.google.android.youtube"(
2828
"19.46.42",
29+
"19.47.53",
2930
)
3031
)
3132

patches/src/main/kotlin/app/revanced/patches/youtube/layout/player/overlay/CustomPlayerOverlayOpacityPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ val customPlayerOverlayOpacityPatch = bytecodePatch(
6060
"19.43.41",
6161
"19.45.38",
6262
"19.46.42",
63+
"19.47.53",
6364
),
6465
)
6566

patches/src/main/kotlin/app/revanced/patches/youtube/layout/returnyoutubedislike/ReturnYouTubeDislikePatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ val returnYouTubeDislikePatch = bytecodePatch(
6161
"19.43.41",
6262
"19.45.38",
6363
"19.46.42",
64+
"19.47.53",
6465
),
6566
)
6667

patches/src/main/kotlin/app/revanced/patches/youtube/layout/searchbar/WideSearchbarPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ val wideSearchbarPatch = bytecodePatch(
3737
"19.43.41",
3838
"19.45.38",
3939
"19.46.42",
40+
"19.47.53",
4041
),
4142
)
4243

patches/src/main/kotlin/app/revanced/patches/youtube/layout/shortsautoplay/ShortsAutoplayPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ val shortsAutoplayPatch = bytecodePatch(
4040
"19.43.41",
4141
"19.45.38",
4242
"19.46.42",
43+
"19.47.53",
4344
),
4445
)
4546

patches/src/main/kotlin/app/revanced/patches/youtube/layout/shortsplayer/OpenShortsInRegularPlayerPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ val openShortsInRegularPlayerPatch = bytecodePatch(
4949
"19.43.41",
5050
"19.45.38",
5151
"19.46.42",
52+
"19.47.53",
5253
),
5354
)
5455

patches/src/main/kotlin/app/revanced/patches/youtube/layout/sponsorblock/SponsorBlockPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ val sponsorBlockPatch = bytecodePatch(
119119
"19.43.41",
120120
"19.45.38",
121121
"19.46.42",
122+
"19.47.53",
122123
),
123124
)
124125

patches/src/main/kotlin/app/revanced/patches/youtube/layout/spoofappversion/SpoofAppVersionPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ val spoofAppVersionPatch = bytecodePatch(
4040
"19.43.41",
4141
"19.45.38",
4242
"19.46.42",
43+
"19.47.53",
4344
),
4445
)
4546

patches/src/main/kotlin/app/revanced/patches/youtube/layout/startpage/ChangeStartPagePatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ val changeStartPagePatch = bytecodePatch(
3737
"19.43.41",
3838
"19.45.38",
3939
"19.46.42",
40+
"19.47.53",
4041
),
4142
)
4243

patches/src/main/kotlin/app/revanced/patches/youtube/layout/startupshortsreset/DisableResumingShortsOnStartupPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ val disableResumingShortsOnStartupPatch = bytecodePatch(
3939
"19.43.41",
4040
"19.45.38",
4141
"19.46.42",
42+
"19.47.53",
4243
),
4344
)
4445

patches/src/main/kotlin/app/revanced/patches/youtube/layout/tablet/EnableTabletLayoutPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ val enableTabletLayoutPatch = bytecodePatch(
3434
"19.43.41",
3535
"19.45.38",
3636
"19.46.42",
37+
"19.47.53",
3738
),
3839
)
3940

patches/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemePatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ val themePatch = bytecodePatch(
198198
"19.43.41",
199199
"19.45.38",
200200
"19.46.42",
201+
"19.47.53",
201202
),
202203
)
203204

patches/src/main/kotlin/app/revanced/patches/youtube/layout/thumbnails/AlternativeThumbnailsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ val alternativeThumbnailsPatch = bytecodePatch(
4141
"19.43.41",
4242
"19.45.38",
4343
"19.46.42",
44+
"19.47.53",
4445
),
4546
)
4647

patches/src/main/kotlin/app/revanced/patches/youtube/layout/thumbnails/BypassImageRegionRestrictionsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ val bypassImageRegionRestrictionsPatch = bytecodePatch(
3535
"19.43.41",
3636
"19.45.38",
3737
"19.46.42",
38+
"19.47.53",
3839
),
3940
)
4041

patches/src/main/kotlin/app/revanced/patches/youtube/misc/announcements/AnnouncementsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ val announcementsPatch = bytecodePatch(
3131
"19.43.41",
3232
"19.45.38",
3333
"19.46.42",
34+
"19.47.53",
3435
),
3536
)
3637

patches/src/main/kotlin/app/revanced/patches/youtube/misc/autorepeat/AutoRepeatPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ val autoRepeatPatch = bytecodePatch(
3232
"19.43.41",
3333
"19.45.38",
3434
"19.46.42",
35+
"19.47.53",
3536
),
3637
)
3738

patches/src/main/kotlin/app/revanced/patches/youtube/misc/backgroundplayback/BackgroundPlaybackPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ val backgroundPlaybackPatch = bytecodePatch(
5656
"19.43.41",
5757
"19.45.38",
5858
"19.46.42",
59+
"19.47.53",
5960
),
6061
)
6162

patches/src/main/kotlin/app/revanced/patches/youtube/misc/debugging/EnableDebuggingPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ val enableDebuggingPatch = bytecodePatch(
4040
"19.43.41",
4141
"19.45.38",
4242
"19.46.42",
43+
"19.47.53",
4344
),
4445
)
4546

patches/src/main/kotlin/app/revanced/patches/youtube/misc/dimensions/spoof/SpoofDeviceDimensionsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ val spoofDeviceDimensionsPatch = bytecodePatch(
3232
"19.43.41",
3333
"19.45.38",
3434
"19.46.42",
35+
"19.47.53",
3536
),
3637
)
3738

patches/src/main/kotlin/app/revanced/patches/youtube/misc/dns/CheckWatchHistoryDomainNameResolutionPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ val checkWatchHistoryDomainNameResolutionPatch = bytecodePatch(
2525
"19.43.41",
2626
"19.45.38",
2727
"19.46.42",
28+
"19.47.53",
2829
),
2930
)
3031

0 commit comments

Comments
 (0)