Skip to content

Commit 439ca37

Browse files
author
LisoUseInAIKyrios
authored
feat(YouTube): Support version 20.13.41 (#5253)
1 parent 113a3d9 commit 439ca37

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

0 commit comments

Comments
 (0)