aboutsummaryrefslogtreecommitdiff
path: root/popup.js
diff options
context:
space:
mode:
authorTheArchons <github@thearchons.xyz>2026-01-26 17:16:14 -0500
committerTheArchons <github@thearchons.xyz>2026-01-26 17:16:14 -0500
commitd8da124df062724157d203b31bbf9e67ac9cd06f (patch)
treedf47a8aef61a68d7973e5dec052c4f7d0ae78a11 /popup.js
parenta2f267b080ef775ea62a5f32a547612aa482f009 (diff)
Add redirect option to subscriptions and update popup checkboxes
Diffstat (limited to 'popup.js')
-rw-r--r--popup.js11
1 files changed, 4 insertions, 7 deletions
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