From 2d2bd36abb4498766e449d671eaa32c5885393e7 Mon Sep 17 00:00:00 2001 From: Ajay Date: Tue, 3 May 2022 15:14:57 -0400 Subject: [PATCH] Add note about misleading name --- src/content.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content.ts b/src/content.ts index f1fcc9a9..da36eb0c 100644 --- a/src/content.ts +++ b/src/content.ts @@ -65,6 +65,7 @@ let videoMutationObserver: MutationObserver = null; const videosWithEventListeners: HTMLVideoElement[] = []; const controlsWithEventListeners: HTMLElement[] = [] +// This misleading variable name will be fixed soon let onInvidious; let onMobileYouTube;