”
], { 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);
});
});
})();
Earlier today, Charlotte Flair took to X (fka Twitter) to share two memorable pictures of herself and the members of The New Day. She added a “red heart” emoji followed by an “infinity” emoji, seemingly suggesting that the bond she shares with them is eternal.
“❤️ ♾,” Flair wrote.
You can check out her tweet below:
Charlotte Flair wrestled her most recent match on the May 1 edition of Friday Night SmackDown. She locked horns with former NXT Women’s Champion Jacy Jayne. Outside interference from fellow Fatal Influence allowed the 29-year-old to pin the veteran performer and secure a massive win on her blue brand debut.
Former member of The New Day shared his honest opinion about their booking
After several weeks of teasing, The New Day turned heel on the December 2, 2024, edition of Monday Night RAW. Xavier Woods and Kofi Kingston mocked Big E’s injury and told him to leave the arena. Unfortunately, the follow-up to the blockbuster change in character was not up to the mark.
In an interview with Sports Illustrated, Big E addressed feedback from the fans regarding his former stablemates’ shocking heel turn. He added that the criticism made complete sense.
“But no, I agree with you and a lot of people who felt the same, and I saw a lot of that feedback after it was clear that I wasn’t coming back in a timely fashion, that it was, ‘Okay, why are we putting so much stock into an angle where one person is never coming back? There’s no retribution?’ So I think that’s a very real criticism. I heard it, and I think people have a right to feel that way,” Big E said.
Only time will tell what’s next for Kofi Kingston and Xavier Woods.
`;
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-reacts-the-new-day-s-shocking-wwe-departure?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













