From d8da124df062724157d203b31bbf9e67ac9cd06f Mon Sep 17 00:00:00 2001 From: TheArchons Date: Mon, 26 Jan 2026 17:16:14 -0500 Subject: Add redirect option to subscriptions and update popup checkboxes --- popup.js | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'popup.js') diff --git a/popup.js b/popup.js index 816f785..fd60ad0 100644 --- a/popup.js +++ b/popup.js @@ -1,29 +1,26 @@ const toggles = [ 'hideHomeFeed', + 'redirectToSubscriptions', 'hideVideoSidebar', 'hideRecommended', 'hideLiveChat', 'hidePlaylist', 'hideFundraiser', - 'hideEndScreenFeed', 'hideEndScreenCards', 'hideShorts', 'hideComments', 'hideProfilePhotos', 'hideMixes', - 'hideMerchTickets', + 'hideMerch', 'hideVideoInfo', 'hideButtonsBar', 'hideChannel', 'hideDescription', 'hideTopHeader', 'hideNotifications', - 'hideInaptSearch', - 'hideExploreTrending', + 'hideExplore', 'hideMoreFromYT', - 'hideSubscriptions', - 'disableAutoplay', - 'disableAnnotations' + 'hideSubscriptions' ]; // Load saved settings -- cgit v1.3.1