diff options
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 |
