You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/revanced-patches.api
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1724,6 +1724,12 @@ public final class app/revanced/patches/youtube/layout/thumbnails/AlternativeThu
1724
1724
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
1725
1725
}
1726
1726
1727
+
public final class app/revanced/patches/youtube/layout/thumbnails/BypassImageRegionRestrictions : app/revanced/patcher/patch/BytecodePatch {
1728
+
public static final field INSTANCE Lapp/revanced/patches/youtube/layout/thumbnails/BypassImageRegionRestrictions;
1729
+
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
1730
+
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
1731
+
}
1732
+
1727
1733
public final class app/revanced/patches/youtube/misc/announcements/AnnouncementsPatch : app/revanced/patcher/patch/BytecodePatch {
1728
1734
public static final field INSTANCE Lapp/revanced/patches/youtube/misc/announcements/AnnouncementsPatch;
1729
1735
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
@@ -1790,6 +1796,16 @@ public final class app/revanced/patches/youtube/misc/gms/GmsCoreSupportResourceP
1790
1796
public fun execute (Lapp/revanced/patcher/data/ResourceContext;)V
1791
1797
}
1792
1798
1799
+
public final class app/revanced/patches/youtube/misc/imageurlhook/CronetImageUrlHook : app/revanced/patcher/patch/BytecodePatch {
1800
+
public static final field INSTANCE Lapp/revanced/patches/youtube/misc/imageurlhook/CronetImageUrlHook;
1801
+
public final fun addImageUrlErrorCallbackHook (Ljava/lang/String;)V
1802
+
public final fun addImageUrlHook (Ljava/lang/String;Z)V
1803
+
public static synthetic fun addImageUrlHook$default (Lapp/revanced/patches/youtube/misc/imageurlhook/CronetImageUrlHook;Ljava/lang/String;ZILjava/lang/Object;)V
1804
+
public final fun addImageUrlSuccessCallbackHook (Ljava/lang/String;)V
1805
+
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
1806
+
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
1807
+
}
1808
+
1793
1809
public final class app/revanced/patches/youtube/misc/integrations/IntegrationsPatch : app/revanced/patches/shared/misc/integrations/BaseIntegrationsPatch {
1794
1810
public static final field INSTANCE Lapp/revanced/patches/youtube/misc/integrations/IntegrationsPatch;
0 commit comments