diff --git a/src/content.ts b/src/content.ts index 7430bcd1..218a5401 100644 --- a/src/content.ts +++ b/src/content.ts @@ -259,7 +259,7 @@ function resetValues() { //reset sponsor data found check sponsorDataFound = false; - if (switchingVideos !== null || true) switchingVideos = true; + switchingVideos = true; } async function videoIDChange(id) {