mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
fix(YouTube - Hide feed components): Hide carousel shelf
hides the contents of Courses
https://github.com/inotia00/ReVanced_Extended/issues/2653
This commit is contained in:
@ -16,6 +16,7 @@ import app.revanced.extension.youtube.shared.RootView;
|
||||
@SuppressWarnings("unused")
|
||||
public final class CarouselShelfFilter extends Filter {
|
||||
private static final String BROWSE_ID_CLIP = "FEclips";
|
||||
private static final String BROWSE_ID_COURSES = "FEcourses_destination";
|
||||
private static final String BROWSE_ID_HOME = "FEwhat_to_watch";
|
||||
private static final String BROWSE_ID_LIBRARY = "FElibrary";
|
||||
private static final String BROWSE_ID_MOVIE = "FEstorefront";
|
||||
@ -34,6 +35,7 @@ public final class CarouselShelfFilter extends Filter {
|
||||
|
||||
private static final Supplier<Stream<String>> whitelistBrowseId = () -> Stream.of(
|
||||
BROWSE_ID_CLIP,
|
||||
BROWSE_ID_COURSES,
|
||||
BROWSE_ID_LIBRARY,
|
||||
BROWSE_ID_MOVIE,
|
||||
BROWSE_ID_NOTIFICATION_INBOX,
|
||||
|
Reference in New Issue
Block a user