Skip to content

Commit d284c3d

Browse files
feat(YouTube): Support version 20.13.41 (#5253)
1 parent e4eef67 commit d284c3d

File tree

57 files changed

+57
-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.

57 files changed

+57
-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
@@ -82,6 +82,7 @@ val hideAdsPatch = bytecodePatch(
8282
"19.47.53",
8383
"20.07.39",
8484
"20.12.46",
85+
"20.13.41",
8586
)
8687
)
8788

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
@@ -30,6 +30,7 @@ val hideGetPremiumPatch = bytecodePatch(
3030
"19.47.53",
3131
"20.07.39",
3232
"20.12.46",
33+
"20.13.41",
3334
)
3435
)
3536

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
@@ -28,6 +28,7 @@ val videoAdsPatch = bytecodePatch(
2828
"19.47.53",
2929
"20.07.39",
3030
"20.12.46",
31+
"20.13.41",
3132
)
3233
)
3334

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
@@ -58,6 +58,7 @@ val copyVideoUrlPatch = bytecodePatch(
5858
"19.47.53",
5959
"20.07.39",
6060
"20.12.46",
61+
"20.13.41",
6162
)
6263
)
6364

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
@@ -29,6 +29,7 @@ val removeViewerDiscretionDialogPatch = bytecodePatch(
2929
"19.47.53",
3030
"20.07.39",
3131
"20.12.46",
32+
"20.13.41",
3233
)
3334
)
3435

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
@@ -77,6 +77,7 @@ val downloadsPatch = bytecodePatch(
7777
"19.47.53",
7878
"20.07.39",
7979
"20.12.46",
80+
"20.13.41",
8081
)
8182
)
8283

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ val seekbarPatch = bytecodePatch(
2525
"19.47.53",
2626
"20.07.39",
2727
"20.12.46",
28+
"20.13.41",
2829
)
2930
)
3031
}

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
@@ -93,6 +93,7 @@ val swipeControlsPatch = bytecodePatch(
9393
"19.47.53",
9494
"20.07.39",
9595
"20.12.46",
96+
"20.13.41",
9697
)
9798
)
9899

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
@@ -29,6 +29,7 @@ val autoCaptionsPatch = bytecodePatch(
2929
"19.47.53",
3030
"20.07.39",
3131
"20.12.46",
32+
"20.13.41",
3233
)
3334
)
3435

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
@@ -48,6 +48,7 @@ val customBrandingPatch = resourcePatch(
4848
"19.47.53",
4949
"20.07.39",
5050
"20.12.46",
51+
"20.13.41",
5152
)
5253
)
5354

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
@@ -46,6 +46,7 @@ val changeHeaderPatch = resourcePatch(
4646
"19.47.53",
4747
"20.07.39",
4848
"20.12.46",
49+
"20.13.41",
4950
)
5051
)
5152

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
@@ -27,6 +27,7 @@ val hideButtonsPatch = resourcePatch(
2727
"19.47.53",
2828
"20.07.39",
2929
"20.12.46",
30+
"20.13.41",
3031
)
3132
)
3233

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
@@ -45,6 +45,7 @@ val navigationButtonsPatch = bytecodePatch(
4545
"19.47.53",
4646
"20.07.39",
4747
"20.12.46",
48+
"20.13.41",
4849
)
4950
)
5051

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
@@ -63,6 +63,7 @@ val hidePlayerOverlayButtonsPatch = bytecodePatch(
6363
"19.47.53",
6464
"20.07.39",
6565
"20.12.46",
66+
"20.13.41",
6667
)
6768
)
6869

patches/src/main/kotlin/app/revanced/patches/youtube/layout/formfactor/ChangeFormFactorPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ val changeFormFactorPatch = bytecodePatch(
3838
"19.47.53",
3939
"20.07.39",
4040
"20.12.46",
41+
"20.13.41",
4142
)
4243
)
4344

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.47.53",
6565
"20.07.39",
6666
"20.12.46",
67+
"20.13.41",
6768
)
6869
)
6970

patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/endscreensuggestion/HideEndScreenSuggestedVideoPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ val hideEndScreenSuggestedVideoPatch = bytecodePatch(
3636
"19.47.53",
3737
"20.07.39",
3838
"20.12.46",
39+
"20.13.41",
3940
)
4041
)
4142

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
@@ -34,6 +34,7 @@ val disableFullscreenAmbientModePatch = bytecodePatch(
3434
"19.47.53",
3535
"20.07.39",
3636
"20.12.46",
37+
"20.13.41",
3738
)
3839
)
3940

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
@@ -130,6 +130,7 @@ val hideLayoutComponentsPatch = bytecodePatch(
130130
"19.47.53",
131131
"20.07.39",
132132
"20.12.46",
133+
"20.13.41",
133134
)
134135
)
135136

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
@@ -62,6 +62,7 @@ val hideInfoCardsPatch = bytecodePatch(
6262
"19.47.53",
6363
"20.07.39",
6464
"20.12.46",
65+
"20.13.41",
6566
)
6667
)
6768

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
@@ -29,6 +29,7 @@ val hidePlayerFlyoutMenuPatch = bytecodePatch(
2929
"19.47.53",
3030
"20.07.39",
3131
"20.12.46",
32+
"20.13.41",
3233
)
3334
)
3435

patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/relatedvideooverlay/HideRelatedVideoOverlayPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ val hideRelatedVideoOverlayPatch = bytecodePatch(
5353
"19.47.53",
5454
"20.07.39",
5555
"20.12.46",
56+
"20.13.41",
5657
)
5758
)
5859

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
@@ -34,6 +34,7 @@ val disableRollingNumberAnimationPatch = bytecodePatch(
3434
"19.47.53",
3535
"20.07.39",
3636
"20.12.46",
37+
"20.13.41",
3738
)
3839
)
3940

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
@@ -176,6 +176,7 @@ val hideShortsComponentsPatch = bytecodePatch(
176176
"19.47.53",
177177
"20.07.39",
178178
"20.12.46",
179+
"20.13.41",
179180
)
180181
)
181182

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
@@ -26,6 +26,7 @@ val hideTimestampPatch = bytecodePatch(
2626
"19.47.53",
2727
"20.07.39",
2828
"20.12.46",
29+
"20.13.41",
2930
)
3031
)
3132

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
@@ -158,6 +158,7 @@ val miniplayerPatch = bytecodePatch(
158158
"19.47.53",
159159
"20.07.39",
160160
"20.12.46",
161+
"20.13.41",
161162
)
162163
)
163164

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
@@ -26,6 +26,7 @@ val playerPopupPanelsPatch = bytecodePatch(
2626
"19.47.53",
2727
"20.07.39",
2828
"20.12.46",
29+
"20.13.41",
2930
)
3031
)
3132

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ internal val exitFullscreenPatch = bytecodePatch(
2626
"19.47.53",
2727
"20.07.39",
2828
"20.12.46",
29+
"20.13.41",
2930
)
3031
)
3132

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
@@ -28,6 +28,7 @@ val openVideosFullscreenPatch = bytecodePatch(
2828
"19.47.53",
2929
"20.07.39",
3030
"20.12.46",
31+
"20.13.41",
3132
)
3233
)
3334

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
@@ -57,6 +57,7 @@ val customPlayerOverlayOpacityPatch = bytecodePatch(
5757
"19.47.53",
5858
"20.07.39",
5959
"20.12.46",
60+
"20.13.41",
6061
)
6162
)
6263

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
@@ -66,6 +66,7 @@ val returnYouTubeDislikePatch = bytecodePatch(
6666
"19.47.53",
6767
"20.07.39",
6868
"20.12.46",
69+
"20.13.41",
6970
)
7071
)
7172

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
@@ -71,6 +71,7 @@ val wideSearchbarPatch = bytecodePatch(
7171
"19.47.53",
7272
"20.07.39",
7373
"20.12.46",
74+
"20.13.41",
7475
)
7576
)
7677

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
@@ -49,6 +49,7 @@ val shortsAutoplayPatch = bytecodePatch(
4949
"19.47.53",
5050
"20.07.39",
5151
"20.12.46",
52+
"20.13.41",
5253
)
5354
)
5455

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
@@ -69,6 +69,7 @@ val openShortsInRegularPlayerPatch = bytecodePatch(
6969
"19.47.53",
7070
"20.07.39",
7171
"20.12.46",
72+
"20.13.41",
7273
)
7374
)
7475

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
@@ -131,6 +131,7 @@ val sponsorBlockPatch = bytecodePatch(
131131
"19.47.53",
132132
"20.07.39",
133133
"20.12.46",
134+
"20.13.41",
134135
)
135136
)
136137

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
@@ -63,6 +63,7 @@ val spoofAppVersionPatch = bytecodePatch(
6363
"19.47.53",
6464
"20.07.39",
6565
"20.12.46",
66+
"20.13.41",
6667
)
6768
)
6869

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.47.53",
3838
"20.07.39",
3939
"20.12.46",
40+
"20.13.41",
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.47.53",
4040
"20.07.39",
4141
"20.12.46",
42+
"20.13.41",
4243
)
4344
)
4445

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
@@ -209,6 +209,7 @@ val themePatch = bytecodePatch(
209209
"19.47.53",
210210
"20.07.39",
211211
"20.12.46",
212+
"20.13.41",
212213
)
213214
)
214215

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
@@ -38,6 +38,7 @@ val alternativeThumbnailsPatch = bytecodePatch(
3838
"19.47.53",
3939
"20.07.39",
4040
"20.12.46",
41+
"20.13.41",
4142
)
4243
)
4344

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
@@ -32,6 +32,7 @@ val bypassImageRegionRestrictionsPatch = bytecodePatch(
3232
"19.47.53",
3333
"20.07.39",
3434
"20.12.46",
35+
"20.13.41",
3536
)
3637
)
3738

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
@@ -28,6 +28,7 @@ val announcementsPatch = bytecodePatch(
2828
"19.47.53",
2929
"20.07.39",
3030
"20.12.46",
31+
"20.13.41",
3132
)
3233
)
3334

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
@@ -29,6 +29,7 @@ val autoRepeatPatch = bytecodePatch(
2929
"19.47.53",
3030
"20.07.39",
3131
"20.12.46",
32+
"20.13.41",
3233
)
3334
)
3435

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.47.53",
5757
"20.07.39",
5858
"20.12.46",
59+
"20.13.41",
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.47.53",
4141
"20.07.39",
4242
"20.12.46",
43+
"20.13.41",
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
@@ -29,6 +29,7 @@ val spoofDeviceDimensionsPatch = bytecodePatch(
2929
"19.47.53",
3030
"20.07.39",
3131
"20.12.46",
32+
"20.13.41",
3233
)
3334
)
3435

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
@@ -26,6 +26,7 @@ val checkWatchHistoryDomainNameResolutionPatch = bytecodePatch(
2626
"19.47.53",
2727
"20.07.39",
2828
"20.12.46",
29+
"20.13.41",
2930
)
3031
)
3132

patches/src/main/kotlin/app/revanced/patches/youtube/misc/gms/GmsCoreSupportPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ val gmsCoreSupportPatch = gmsCoreSupportPatch(
4040
"19.47.53",
4141
"20.07.39",
4242
"20.12.46",
43+
"20.13.41",
4344
)
4445
)
4546
}

patches/src/main/kotlin/app/revanced/patches/youtube/misc/hapticfeedback/DisableHapticFeedbackPatch.kt

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

patches/src/main/kotlin/app/revanced/patches/youtube/misc/links/BypassURLRedirectsPatch.kt

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

0 commit comments

Comments
 (0)