”
], { 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);
});
});
})();
Moments ago, Charlotte Flair took to X (fka Twitter) to pen down an emotional message thanking Alexa Bliss for helping her turn things around after her loss to Tiffany Stratton at WrestleMania 41.
“I walked out of WrestleMania last year lost… defeated. No plans. No direction. You could say the crown was close to falling. But my tag-team partner… she fixed it……without ever telling me it was crooked. Thank you for one of the most freeing years on the road, Blisster 🖤,” Flair wrote.
You can check out her tweet below:
Popular WWE Superstar addresses real-life issues with Charlotte Flair
Charlotte Flair and Becky Lynch have had one of the most iconic rivalries in women’s wrestling in recent times. The two stars were close friends in real life at one point. However, a fallout led to their relationship taking a turn for the worse.
Speaking on the Good One Podcast, Becky Lynch shed light on the real-life tension between her and Flair. The Man admitted that competing for the top spot on the women’s roster affected their friendship in real life.
“Yeah, badly. Yeah, poorly, poorly. And look, I suppose that as well, the business, you know, and you’ve got two very competitive women who want to be at the top of the industry,” Lynch said.
While Charlotte Flair will compete in a four-way match for the WWE Women’s Tag Team Championship at WrestleMania 42, Becky Lynch is all set to challenge AJ Lee for the WWE Women’s Intercontinental Championship on The Grandest Stage of Them All.
It will be interesting to see if Flair and Lynch cross paths again in the future.
`;
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-charlotte-flair-sends-emotional-message-alexa-bliss-ahead-wrestlemania-42?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













