diff --git a/src/content.ts b/src/content.ts index 1e324d6f..f6c39de1 100644 --- a/src/content.ts +++ b/src/content.ts @@ -1622,6 +1622,8 @@ function hideSponsorTime(barTimes) { skipDuration += time.segment[1] - time.segment[0]; } + if(skipDuration === 0) return + let display = document.getElementsByClassName("ytp-time-display notranslate")[0]; if (display === undefined) return