diff --git a/src/content.ts b/src/content.ts index 68f36c35..57b7008d 100644 --- a/src/content.ts +++ b/src/content.ts @@ -620,9 +620,6 @@ function startSponsorSchedule(includeIntersectingSegments = false, currentTime?: logDebug(`Next step in starting skipping: ${!shouldSkip(currentSkip)}, ${!sponsorTimesSubmitting?.some((segment) => segment.segment === currentSkip.segment)}`); - // Don't skip if this category should not be skipped - if (!shouldSkip(currentSkip) && !sponsorTimesSubmitting?.some((segment) => segment.segment === currentSkip.segment)) return; - const skippingFunction = (forceVideoTime?: number) => { let forcedSkipTime: number = null; let forcedIncludeIntersectingSegments = false;