Add option to manual skip when a full video segment exists

This commit is contained in:
Ajay
2022-09-03 23:16:18 -04:00
parent e81ff66dd3
commit 00d625013b
4 changed files with 25 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ interface SBConfig {
disableSkipping: boolean,
muteSegments: boolean,
fullVideoSegments: boolean,
manualSkipOnFullVideo: boolean,
trackViewCount: boolean,
trackViewCountInPrivate: boolean,
trackDownvotes: boolean,
@@ -159,6 +160,7 @@ const Config: SBObject = {
disableSkipping: false,
muteSegments: true,
fullVideoSegments: true,
manualSkipOnFullVideo: false,
trackViewCount: true,
trackViewCountInPrivate: true,
trackDownvotes: true,