”
], { 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);
});
});
})();
The rivalry quickly turned physical once the bell rang. The Storm used her power advantage early, taking the fight to Flair and sending her crashing into the announce table during their early exchange outside the ring. Flair eventually regained control and began using her experience to slow down Cargill.
The former WWE Women’s Champion responded with several powerful attacks of her own. Cargill appeared to have Flair in serious trouble on multiple occasions, including after a powerbomb, but The Queen repeatedly found a way to stay in the contest.
Flair eventually shifted the momentum and locked Cargill in the Figure Four before transitioning into the Figure Eight. It looked like the former AEW star could be in serious trouble, but outside interference prevented the submission.
B-Fab got onto the apron to distract the referee, allowing Michin to pull Flair away and break up the hold. That was when the situation changed completely.
Alexa Bliss’ music hit, bringing the injured star back into the spotlight. The lights went out, and when they came back on, former WWE NXT Women’s Champion Tatum Paxley was standing on the top rope. Paxley immediately launched herself onto B-Fab and Michin, taking both members of the Baddies out of the equation.
The moment also marked an emotional reunion between Bliss and Paxley, who embraced after the save.
Back inside the ring, Cargill attempted to take advantage of the distraction, but Flair caught her and turned the momentum around. The Queen hit Sister Abigail before following up with Natural Selection from the top rope. Flair then covered Cargill to secure the three-count.
After the match, Flair, Bliss, and Paxley shared an emotional hug in the ring, bringing the chaotic encounter to a celebratory close.
The victory gave Flair the revenge she had been seeking, while Bliss’ return and Paxley’s involvement added another layer to the ongoing story.
`;
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-surprise-return-helps-charlotte-flair-overcome-jade-cargill-wwe-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













