”
], { 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);
});
});
})();
Perez claimed that Morgan was going to defeat Flair on SmackDown and dared the veteran to show up on tomorrow night’s edition of WWE RAW. You can check out her message in the post below.
“Congrats @MsCharlotteWWE! You’re now in the Judgement Day’s way.. and what a dangerous place to be. I can’t wait to watch Liv wipe the floor with you Friday, but if you show up Monday you might not even make it that far. ☆,” she wrote.
The winners of the King and Queen of the Ring tournaments will go on to challenge for a major title at SummerSlam 2026 in August.
Charlotte Flair comments on her WWE gear
SmackDown star Charlotte Flair recently shared why she wore WrestleMania-level ring gear all the time.
In an interview on SiriusXM, Flair noted that it was something that she enjoyed and that she wanted to set the standard for everyone else. The veteran also shared that she put a lot of effort into looking and feeling like a million bucks.
“Just putting people on notice. That’s all. Just, you know, setting the standard. Here’s the thing, like, it makes me feel good. Like, not even like professionally, but like I like showing up being like, I put all this effort in and looking like a million bucks, feeling like a million bucks; that’s what it’s more about. I am enjoying doing it. And it’s fun,” said Charlotte Flair.
Flair is also in an alliance with Alexa Bliss on SmackDown. It will be fascinating to see which WWE star wins the Queen of the Ring tournament to earn a title match at SummerSlam.
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-judgment-day-star-warns-charlotte-flair-potential-raw-appearance?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



