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: extensions/youtube/src/main/java/app/revanced/extension/youtube/patches/DisableResumingStartupShortsPlayerPatch.java
Copy file name to clipboardExpand all lines: extensions/youtube/src/main/java/app/revanced/extension/youtube/returnyoutubedislike/ReturnYouTubeDislike.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ public enum Vote {
114
114
privatestaticfinalRectmiddleSeparatorBounds;
115
115
116
116
/**
117
-
* Left separator horizontal padding for Rolling Number layout.
117
+
* Horizontal padding between the left and middle separator.
Copy file name to clipboardExpand all lines: patches/api/patches.api
+8-12
Original file line number
Diff line number
Diff line change
@@ -776,8 +776,8 @@ public final class app/revanced/patches/shared/misc/settings/preference/TextPref
776
776
}
777
777
778
778
public final class app/revanced/patches/shared/misc/spoof/SpoofVideoStreamsPatchKt {
779
-
public static final fun spoofVideoStreamsPatch (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)Lapp/revanced/patcher/patch/BytecodePatch;
780
-
public static synthetic fun spoofVideoStreamsPatch$default (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lapp/revanced/patcher/patch/BytecodePatch;
779
+
public static final fun spoofVideoStreamsPatch (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)Lapp/revanced/patcher/patch/BytecodePatch;
780
+
public static synthetic fun spoofVideoStreamsPatch$default (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lapp/revanced/patcher/patch/BytecodePatch;
781
781
}
782
782
783
783
public final class app/revanced/patches/shared/misc/spoof/UserAgentClientSpoofPatchKt {
@@ -1185,17 +1185,7 @@ public final class app/revanced/patches/youtube/layout/hide/time/HideTimestampPa
1185
1185
}
1186
1186
1187
1187
public final class app/revanced/patches/youtube/layout/miniplayer/MiniplayerPatchKt {
1188
-
public static final fun getFloatyBarButtonTopMargin ()J
1189
-
public static final fun getMiniplayerMaxSize ()J
1190
1188
public static final fun getMiniplayerPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
1191
-
public static final fun getModernMiniplayerClose ()J
1192
-
public static final fun getModernMiniplayerExpand ()J
1193
-
public static final fun getModernMiniplayerForwardButton ()J
1194
-
public static final fun getModernMiniplayerRewindButton ()J
1195
-
public static final fun getPlayerOverlays ()J
1196
-
public static final fun getScrimOverlay ()J
1197
-
public static final fun getYtOutlinePictureInPictureWhite24 ()J
1198
-
public static final fun getYtOutlineXWhite24 ()J
1199
1189
}
1200
1190
1201
1191
public final class app/revanced/patches/youtube/layout/panels/popup/PlayerPopupPanelsPatchKt {
@@ -1390,6 +1380,12 @@ public final class app/revanced/patches/youtube/misc/playservice/VersionCheckPat
1390
1380
public static final fun is_19_46_or_greater ()Z
1391
1381
public static final fun is_19_47_or_greater ()Z
1392
1382
public static final fun is_19_49_or_greater ()Z
1383
+
public static final fun is_20_02_or_greater ()Z
1384
+
public static final fun is_20_03_or_greater ()Z
1385
+
public static final fun is_20_05_or_greater ()Z
1386
+
public static final fun is_20_07_or_greater ()Z
1387
+
public static final fun is_20_09_or_greater ()Z
1388
+
public static final fun is_20_10_or_greater ()Z
1393
1389
}
1394
1390
1395
1391
public final class app/revanced/patches/youtube/misc/privacy/RemoveTrackingQueryParameterPatchKt {
0 commit comments