Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
feat(YouTube - Hide feed components): Remove Hide UPCOMING video se…
Browse files Browse the repository at this point in the history
…tting
  • Loading branch information
anddea committed Oct 23, 2024
1 parent 409db69 commit 91d8c3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ public FeedVideoFilter() {
new ByteArrayFilterGroup(
Settings.HIDE_LOW_VIEWS_VIDEO,
"g-highZ" // videos with less than 1000 views
),
new ByteArrayFilterGroup(
Settings.HIDE_UPCOMING_VIDEO,
"ic_play_disabled_white",
"set_reminder_button" // upcoming videos
)
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public class Settings extends BaseSettings {

public static final BooleanSetting HIDE_RECOMMENDED_VIDEO = new BooleanSetting("revanced_hide_recommended_video", FALSE);
public static final BooleanSetting HIDE_LOW_VIEWS_VIDEO = new BooleanSetting("revanced_hide_low_views_video", FALSE);
public static final BooleanSetting HIDE_UPCOMING_VIDEO = new BooleanSetting("revanced_hide_upcoming_video", FALSE);

public static final BooleanSetting HIDE_VIDEO_BY_VIEW_COUNTS_HOME = new BooleanSetting("revanced_hide_video_by_view_counts_home", FALSE);
public static final BooleanSetting HIDE_VIDEO_BY_VIEW_COUNTS_SEARCH = new BooleanSetting("revanced_hide_video_by_view_counts_search", FALSE);
Expand Down

0 comments on commit 91d8c3c

Please sign in to comment.