From 16bfa451211a362fe5a454c246508561b6367828 Mon Sep 17 00:00:00 2001 From: marcustyphoon Date: Thu, 10 Aug 2023 15:34:47 -0700 Subject: [PATCH] Tweaks: Fix Live carousel tweak on "for you" default accounts (#1184) --- src/scripts/tweaks/no_live.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/tweaks/no_live.js b/src/scripts/tweaks/no_live.js index 577ef396f..14de3d48a 100644 --- a/src/scripts/tweaks/no_live.js +++ b/src/scripts/tweaks/no_live.js @@ -12,7 +12,7 @@ const processFrames = frames => export const main = async function () { pageModifications.register( - `[data-timeline="/v2/timeline/dashboard"] :is(iframe[src^="https://api.gateway.tumblr-live.com/"], ${keyToCss('liveMarqueeContainer', 'liveMarqueeTitle')})`, + `:is(iframe[src^="https://api.gateway.tumblr-live.com/"], ${keyToCss('liveMarqueeContainer', 'liveMarqueeTitle')})`, processFrames ); document.documentElement.append(styleElement);