Skip to content

Commit 231bce1

Browse files
committed
feat(YouTube): Bump support version 19.12.41 - 19.13.37
1 parent 8fc97d0 commit 231bce1

File tree

135 files changed

+645
-271
lines changed

Some content is hidden

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

135 files changed

+645
-271
lines changed

README-template.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ Example:
5353
"19.08.36",
5454
"19.09.38",
5555
"19.10.39",
56-
"19.11.43"
56+
"19.11.43",
57+
"19.12.41",
58+
"19.13.37"
5759
]
5860
}
5961
],

README.md

+118-116
Large diffs are not rendered by default.

api/revanced-patches.api

+12
Original file line numberDiff line numberDiff line change
@@ -1858,6 +1858,10 @@ public final class app/revanced/patches/youtube/general/handle/HideHandlePatch :
18581858
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
18591859
}
18601860

1861+
public final class app/revanced/patches/youtube/general/handle/fingerprints/AccountSwitcherAccessibilityLabelAlternativeFingerprint : app/revanced/util/fingerprint/LiteralValueFingerprint {
1862+
public static final field INSTANCE Lapp/revanced/patches/youtube/general/handle/fingerprints/AccountSwitcherAccessibilityLabelAlternativeFingerprint;
1863+
}
1864+
18611865
public final class app/revanced/patches/youtube/general/handle/fingerprints/AccountSwitcherAccessibilityLabelFingerprint : app/revanced/util/fingerprint/LiteralValueFingerprint {
18621866
public static final field INSTANCE Lapp/revanced/patches/youtube/general/handle/fingerprints/AccountSwitcherAccessibilityLabelFingerprint;
18631867
}
@@ -2736,6 +2740,10 @@ public final class app/revanced/patches/youtube/shorts/shortscomponent/fingerpri
27362740
public static final field INSTANCE Lapp/revanced/patches/youtube/shorts/shortscomponent/fingerprints/ShortsCommentFingerprint;
27372741
}
27382742

2743+
public final class app/revanced/patches/youtube/shorts/shortscomponent/fingerprints/ShortsCommentLegacyFingerprint : app/revanced/util/fingerprint/LiteralValueFingerprint {
2744+
public static final field INSTANCE Lapp/revanced/patches/youtube/shorts/shortscomponent/fingerprints/ShortsCommentLegacyFingerprint;
2745+
}
2746+
27392747
public final class app/revanced/patches/youtube/shorts/shortscomponent/fingerprints/ShortsDislikeFingerprint : app/revanced/util/fingerprint/LiteralValueFingerprint {
27402748
public static final field INSTANCE Lapp/revanced/patches/youtube/shorts/shortscomponent/fingerprints/ShortsDislikeFingerprint;
27412749
}
@@ -2898,6 +2906,10 @@ public final class app/revanced/patches/youtube/utils/fingerprints/TotalTimeFing
28982906
public static final field INSTANCE Lapp/revanced/patches/youtube/utils/fingerprints/TotalTimeFingerprint;
28992907
}
29002908

2909+
public final class app/revanced/patches/youtube/utils/fingerprints/TotalTimeLegacyFingerprint : app/revanced/util/fingerprint/LiteralValueFingerprint {
2910+
public static final field INSTANCE Lapp/revanced/patches/youtube/utils/fingerprints/TotalTimeLegacyFingerprint;
2911+
}
2912+
29012913
public final class app/revanced/patches/youtube/utils/fingerprints/VideoEndFingerprint : app/revanced/patcher/fingerprint/MethodFingerprint {
29022914
public static final field INSTANCE Lapp/revanced/patches/youtube/utils/fingerprints/VideoEndFingerprint;
29032915
}

patches.json

+1-1
Large diffs are not rendered by default.

src/main/kotlin/app/revanced/patches/youtube/ads/general/GeneralAdsPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ import org.w3c.dom.Element
6262
"19.08.36",
6363
"19.09.38",
6464
"19.10.39",
65-
"19.11.43"
65+
"19.11.43",
66+
"19.12.41",
67+
"19.13.37"
6668
]
6769
)
6870
]

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
4747
"19.08.36",
4848
"19.09.38",
4949
"19.10.39",
50-
"19.11.43"
50+
"19.11.43",
51+
"19.12.41",
52+
"19.13.37"
5153
]
5254
)
5355
]

src/main/kotlin/app/revanced/patches/youtube/alternativethumbnails/general/AlternativeThumbnailsPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ import com.android.tools.smali.dexlib2.immutable.ImmutableMethod
6868
"19.08.36",
6969
"19.09.38",
7070
"19.10.39",
71-
"19.11.43"
71+
"19.11.43",
72+
"19.12.41",
73+
"19.13.37"
7274
]
7375
)
7476
]

src/main/kotlin/app/revanced/patches/youtube/buttomplayer/buttoncontainer/ButtonContainerPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
5151
"19.08.36",
5252
"19.09.38",
5353
"19.10.39",
54-
"19.11.43"
54+
"19.11.43",
55+
"19.12.41",
56+
"19.13.37"
5557
]
5658
)
5759
]

src/main/kotlin/app/revanced/patches/youtube/buttomplayer/comment/CommentComponentPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
6767
"19.08.36",
6868
"19.09.38",
6969
"19.10.39",
70-
"19.11.43"
70+
"19.11.43",
71+
"19.12.41",
72+
"19.13.37"
7173
]
7274
)
7375
]

src/main/kotlin/app/revanced/patches/youtube/buttomplayer/gestures/BottomPlayerGesturesPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
5353
"19.08.36",
5454
"19.09.38",
5555
"19.10.39",
56-
"19.11.43"
56+
"19.11.43",
57+
"19.12.41",
58+
"19.13.37"
5759
]
5860
)
5961
]

src/main/kotlin/app/revanced/patches/youtube/flyoutpanel/feed/FeedFlyoutPanelPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
6262
"19.08.36",
6363
"19.09.38",
6464
"19.10.39",
65-
"19.11.43"
65+
"19.11.43",
66+
"19.12.41",
67+
"19.13.37"
6668
]
6769
)
6870
]

src/main/kotlin/app/revanced/patches/youtube/flyoutpanel/oldqualitylayout/OldQualityLayoutPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
6262
"19.08.36",
6363
"19.09.38",
6464
"19.10.39",
65-
"19.11.43"
65+
"19.11.43",
66+
"19.12.41",
67+
"19.13.37"
6668
]
6769
)
6870
]

src/main/kotlin/app/revanced/patches/youtube/flyoutpanel/player/PlayerFlyoutPanelPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
6666
"19.08.36",
6767
"19.09.38",
6868
"19.10.39",
69-
"19.11.43"
69+
"19.11.43",
70+
"19.12.41",
71+
"19.13.37"
7072
]
7173
)
7274
]

src/main/kotlin/app/revanced/patches/youtube/flyoutpanel/player/fingerprints/CinematicLightingFingerprint.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object CinematicLightingFingerprint : MethodFingerprint(
1111
parameters = listOf("Ljava/lang/Object;"),
1212
opcodes = listOf(
1313
Opcode.CONST_STRING, // "menu_item_cinematic_lighting"
14-
null, // Opcode.INVOKE_INTERFACE, Opcode.INVOKE_VIRTUAL
14+
null, // Opcode.INVOKE_INTERFACE or Opcode.INVOKE_VIRTUAL
1515
Opcode.IGET_OBJECT,
1616
Opcode.INVOKE_VIRTUAL,
1717
Opcode.MOVE_RESULT,

src/main/kotlin/app/revanced/patches/youtube/fullscreen/autoplaypreview/HideAutoplayPreviewPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
6161
"19.08.36",
6262
"19.09.38",
6363
"19.10.39",
64-
"19.11.43"
64+
"19.11.43",
65+
"19.12.41",
66+
"19.13.37"
6567
]
6668
)
6769
]

src/main/kotlin/app/revanced/patches/youtube/fullscreen/compactcontrolsoverlay/CompactControlsOverlayPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
5757
"19.08.36",
5858
"19.09.38",
5959
"19.10.39",
60-
"19.11.43"
60+
"19.11.43",
61+
"19.12.41",
62+
"19.13.37"
6163
]
6264
)
6365
]

src/main/kotlin/app/revanced/patches/youtube/fullscreen/endscreenoverlay/HideEndScreenOverlayPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ import app.revanced.util.exception
5757
"19.08.36",
5858
"19.09.38",
5959
"19.10.39",
60-
"19.11.43"
60+
"19.11.43",
61+
"19.12.41",
62+
"19.13.37"
6163
]
6264
)
6365
]

src/main/kotlin/app/revanced/patches/youtube/fullscreen/forcefullscreen/ForceFullscreenPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
6161
"19.08.36",
6262
"19.09.38",
6363
"19.10.39",
64-
"19.11.43"
64+
"19.11.43",
65+
"19.12.41",
66+
"19.13.37"
6567
]
6668
)
6769
]

src/main/kotlin/app/revanced/patches/youtube/fullscreen/fullscreenpanels/HideFullscreenPanelsPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction35c
6767
"19.08.36",
6868
"19.09.38",
6969
"19.10.39",
70-
"19.11.43"
70+
"19.11.43",
71+
"19.12.41",
72+
"19.13.37"
7173
]
7274
)
7375
]

src/main/kotlin/app/revanced/patches/youtube/fullscreen/landscapemode/disable/DisableLandScapeModePatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
5555
"19.08.36",
5656
"19.09.38",
5757
"19.10.39",
58-
"19.11.43"
58+
"19.11.43",
59+
"19.12.41",
60+
"19.13.37"
5961
]
6062
)
6163
]

src/main/kotlin/app/revanced/patches/youtube/fullscreen/landscapemode/keep/KeepLandScapeModePatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
4343
"19.08.36",
4444
"19.09.38",
4545
"19.10.39",
46-
"19.11.43"
46+
"19.11.43",
47+
"19.12.41",
48+
"19.13.37"
4749
]
4850
)
4951
]

src/main/kotlin/app/revanced/patches/youtube/fullscreen/quickactions/QuickActionsPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
5353
"19.08.36",
5454
"19.09.38",
5555
"19.10.39",
56-
"19.11.43"
56+
"19.11.43",
57+
"19.12.41",
58+
"19.13.37"
5759
]
5860
)
5961
]

src/main/kotlin/app/revanced/patches/youtube/general/accountmenu/AccountMenuPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction
6363
"19.08.36",
6464
"19.09.38",
6565
"19.10.39",
66-
"19.11.43"
66+
"19.11.43",
67+
"19.12.41",
68+
"19.13.37"
6769
]
6870
)
6971
]

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ import app.revanced.patches.youtube.utils.videoid.general.VideoIdPatch
5151
"19.08.36",
5252
"19.09.38",
5353
"19.10.39",
54-
"19.11.43"
54+
"19.11.43",
55+
"19.12.41",
56+
"19.13.37"
5557
]
5658
)
5759
]

src/main/kotlin/app/revanced/patches/youtube/general/autopopuppanels/PlayerPopupPanelsPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ import app.revanced.util.exception
5252
"19.08.36",
5353
"19.09.38",
5454
"19.10.39",
55-
"19.11.43"
55+
"19.11.43",
56+
"19.12.41",
57+
"19.13.37"
5658
]
5759
)
5860
]

src/main/kotlin/app/revanced/patches/youtube/general/castbutton/HideCastButtonPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ import app.revanced.util.exception
5050
"19.08.36",
5151
"19.09.38",
5252
"19.10.39",
53-
"19.11.43"
53+
"19.11.43",
54+
"19.12.41",
55+
"19.13.37"
5456
]
5557
)
5658
]

src/main/kotlin/app/revanced/patches/youtube/general/categorybar/CategoryBarPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
6060
"19.08.36",
6161
"19.09.38",
6262
"19.10.39",
63-
"19.11.43"
63+
"19.11.43",
64+
"19.12.41",
65+
"19.13.37"
6466
]
6567
)
6668
]

src/main/kotlin/app/revanced/patches/youtube/general/channellistsubmenu/ChannelListSubMenuPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
5959
"19.08.36",
6060
"19.09.38",
6161
"19.10.39",
62-
"19.11.43"
62+
"19.11.43",
63+
"19.12.41",
64+
"19.13.37"
6365
]
6466
)
6567
]

src/main/kotlin/app/revanced/patches/youtube/general/channelprofile/ChannelProfileComponentsPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
6060
"19.08.36",
6161
"19.09.38",
6262
"19.10.39",
63-
"19.11.43"
63+
"19.11.43",
64+
"19.12.41",
65+
"19.13.37"
6466
]
6567
)
6668
]

src/main/kotlin/app/revanced/patches/youtube/general/crowdfundingbox/CrowdfundingBoxPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
5656
"19.08.36",
5757
"19.09.38",
5858
"19.10.39",
59-
"19.11.43"
59+
"19.11.43",
60+
"19.12.41",
61+
"19.13.37"
6062
]
6163
)
6264
]

src/main/kotlin/app/revanced/patches/youtube/general/descriptions/DescriptionComponentsPatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
5151
"19.08.36",
5252
"19.09.38",
5353
"19.10.39",
54-
"19.11.43"
54+
"19.11.43",
55+
"19.12.41",
56+
"19.13.37"
5557
]
5658
)
5759
]

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
4949
"19.08.36",
5050
"19.09.38",
5151
"19.10.39",
52-
"19.11.43"
52+
"19.11.43",
53+
"19.12.41",
54+
"19.13.37"
5355
]
5456
)
5557
]

src/main/kotlin/app/revanced/patches/youtube/general/floatingmicrophone/FloatingMicrophonePatch.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
5656
"19.08.36",
5757
"19.09.38",
5858
"19.10.39",
59-
"19.11.43"
59+
"19.11.43",
60+
"19.12.41",
61+
"19.13.37"
6062
]
6163
)
6264
]

0 commit comments

Comments
 (0)