diff options
| author | TheArchons <github@thearchons.xyz> | 2026-01-26 17:16:14 -0500 |
|---|---|---|
| committer | TheArchons <github@thearchons.xyz> | 2026-01-26 17:16:14 -0500 |
| commit | d8da124df062724157d203b31bbf9e67ac9cd06f (patch) | |
| tree | df47a8aef61a68d7973e5dec052c4f7d0ae78a11 /popup.js | |
| parent | a2f267b080ef775ea62a5f32a547612aa482f009 (diff) | |
Add redirect option to subscriptions and update popup checkboxes
Diffstat (limited to 'popup.js')
| -rw-r--r-- | popup.js | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -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 |
