”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
Tonight on SmackDown, Flair and Alexa Bliss teamed up against B-Fab and Michin. Bliss was about to pick up the win for her team after hitting Sister Abigail on B-Fab when Cargill pulled her out of the ring and attacked her, causing a DQ finish. Michin was about to attack Flair. However, the Queen sent her flying over the announcer’s desk. Charlotte got in the ring and attacked B-Fab. She then invited Cargill to get in the ring and fight her, but the former WWE Women’s Champion refused. Flair then went to check on Alexa Bliss, and she asked Cargill to back off. It looks like these two massive stars are headed for a heated feud.
Charlotte Flair praised Fatal Influence
When Fatal Influence made their debut on SmackDown, they made a strong impression by attacking Charlotte Flair and Alexa Bliss. Later on in the show, they confronted Rhea Ripley. Jacy Jayne made her SmackDown in-ring debut against Mami. The following week, Jacy Jayne defeated Flair with help from her stablemates.
During an appearance on ESPN’s First Take, Flair praised Fatal Influence, stating that they have a bright future in WWE.
“So here’s the thing, nobody likes to lose even if it’s a three on one scenario. But I think Jacy Jayne, Lainey Reid and Fallon Henley have a extremely bright future. But being that I’m a 14 time women’s champion, I have lost 13 times. So I’ve come back stronger every time and we either we win or we lose or we either we win or we learn. So that’s the thing,” she said. (H/T: Fightful on X)
It remains to be seen what’s next for Jacy Jayne after her strong debut.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-blockbuster-charlotte-flair-dream-match-teased-smackdown?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here




