”
], { 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 promotion shared a clip of Punk’s comments on social media today and asked fans whether they agreed with The Second City Saint’s point. You can check out the video in the Instagram post below.
“Is @CMPunk right about @FinnBalor and The Judgment Day?! 😬”
Finn Balor failed to capture the World Heavyweight Championship from CM Punk last month on RAW. Roman Reigns won the Men’s Royal Rumble match and has already selected Punk as his opponent at WrestleMania 42.
Judgment Day star breaks character to reveal what she does when not on WWE TV
Liv Morgan recently broke character to share what she does when she is not making appearances on WWE television.
Morgan won the Women’s Royal Rumble match to earn a title shot at The Show of Shows in April. The veteran has confronted both Stephanie Vaquer and Jade Cargill, but has not revealed which champion she will be challenging at WrestleMania.
Speaking on the Going Ringside podcast, Morgan opened up about her personal life and shared that she doesn’t do much when not in the ring.
“I think what would surprise people to learn about me is that I love to do nothing. When you see me on WWE TV, just know when I go home, I’m doing nothing. I’m just existing. I’m just existing in the world. I’m doing nothing. I’m hanging out on my farm, feeding my animals, and that’s it,” Morgan said.
CM Punk won the World Heavyweight Championship by defeating Jey Uso at Saturday Night’s Main Event in November 2025. Only time will tell if The Judgment Day’s Finn Balor can pull off the upset at Elimination Chamber 2026 and defeat CM Punk to become the new World Heavyweight Champion.
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-wwe-teases-judgment-day-tension-ahead-raw?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


