Skip to content

Commit

Permalink
Tweaks: Fix Live carousel tweak on "for you" default accounts (AprilS…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon authored Aug 10, 2023
1 parent 97f1cc2 commit 16bfa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/tweaks/no_live.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 16bfa45

Please sign in to comment.