diff --git a/src/content.ts b/src/content.ts index e839f359..14f1f95d 100644 --- a/src/content.ts +++ b/src/content.ts @@ -15,9 +15,8 @@ import { Message, MessageResponse, VoteResponse } from "./messageTypes"; import * as Chat from "./js-components/chat"; import { getCategoryActionType } from "./utils/categoryUtils"; import { SkipButtonControlBar } from "./js-components/skipButtonControlBar"; -import { Tooltip } from "./render/Tooltip"; import { getStartTimeFromUrl } from "./utils/urlParser"; -import { findValidElement, getControls, getHashParams, isVisible, getHoverPreview } from "./utils/pageUtils"; +import { findValidElement, getControls, getHashParams, isVisible } from "./utils/pageUtils"; import { CategoryPill } from "./render/CategoryPill"; import { AnimationUtils } from "./utils/animationUtils"; import { GenericUtils } from "./utils/genericUtils";