From 7768447ab0c0e1a4c04a42d76dc155930de94ed2 Mon Sep 17 00:00:00 2001 From: Ajay Date: Thu, 27 Apr 2023 15:18:17 -0400 Subject: Upgrade maze-utils, move video element refreshes to lib --- src/content.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/content.ts') diff --git a/src/content.ts b/src/content.ts index b3ba9b33..2fc328ec 100644 --- a/src/content.ts +++ b/src/content.ts @@ -36,7 +36,7 @@ import { ChapterVote } from "./render/ChapterVote"; import { openWarningDialog } from "./utils/warnings"; import { waitFor } from "@ajayyy/maze-utils"; import { getFormattedTime } from "@ajayyy/maze-utils/lib/formating"; -import { setupVideoMutationListener, getChannelIDInfo, getVideo, refreshVideoAttachments, getIsAdPlaying, getIsLivePremiere, setIsAdPlaying, checkVideoIDChange, getVideoID, getYouTubeVideoID, setupVideoModule, checkIfNewVideoID, isOnInvidious, isOnMobileYouTube } from "@ajayyy/maze-utils/lib/video"; +import { getChannelIDInfo, getVideo, getIsAdPlaying, getIsLivePremiere, setIsAdPlaying, checkVideoIDChange, getVideoID, getYouTubeVideoID, setupVideoModule, checkIfNewVideoID, isOnInvidious, isOnMobileYouTube } from "@ajayyy/maze-utils/lib/video"; import { StorageChangesObject } from "@ajayyy/maze-utils/lib/config"; import { findValidElement } from "@ajayyy/maze-utils/lib/dom" import { getHash, HashedValue } from "@ajayyy/maze-utils/lib/hash"; @@ -993,7 +993,6 @@ function setupCategoryPill() { async function sponsorsLookup(keepOldSubmissions = true) { if (lookupWaiting) return; - if (!getVideo() || !isVisible(getVideo())) refreshVideoAttachments(); //there is still no video here if (!getVideo()) { lookupWaiting = true; @@ -1004,8 +1003,6 @@ async function sponsorsLookup(keepOldSubmissions = true) { return; } - setupVideoMutationListener(); - const categories: string[] = Config.config.categorySelections.map((category) => category.name); const extraRequestData: Record = {}; -- cgit v1.2.3