Skip to content

Commit

Permalink
default remove shorts config to false
Browse files Browse the repository at this point in the history
  • Loading branch information
fire332 committed Dec 18, 2024
1 parent c738515 commit 9a2ca35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ const CONFIG_KEY = 'ytaf-configuration';

const configOptions = new Map([
['enableAdBlock', { default: true, desc: 'Enable ad blocking' }],
['removeShorts', { default: true, desc: 'Remove Shorts from subscriptions' }],
[
'removeShorts',
{ default: false, desc: 'Remove Shorts from subscriptions' }
],
['enableSponsorBlock', { default: true, desc: 'Enable SponsorBlock' }],
[
'enableSponsorBlockSponsor',
Expand Down

0 comments on commit 9a2ca35

Please sign in to comment.