”
], { 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);
});
});
})();
“Reclaim. Reign. Repeat. ☝️ Two nights of WrestleMania. All on the ESPN App with an ESPN Unlimited plan. Link in bio to sign up 🍿”
Reigns selected World Heavyweight Champion CM Punk as his WrestleMania opponent after winning the Men’s Royal Rumble match. Punk successfully defended the title against Finn Balor at Elimination Chamber 2026 this past Saturday night in Chicago. The OTC took to social media following the match and poked fun at the World Heavyweight Champion for being tired.
CM Punk responds to Roman Reigns after WWE Elimination Chamber
World Heavyweight Champion CM Punk reacted to Roman Reigns’ insult following his victory at Elimination Chamber 2026.
Speaking on the Elimination Chamber Post-Show, the former AEW star mocked Reigns for not traveling to Chicago for the WWE PLE. Punk noted that it was the second-highest arena gate in the company’s history and referred to his WrestleMania opponent as “Rusty Reigns.”
“He’s got time to tweet, but he doesn’t have time to come to Chicago! Listen, listen, Roman, Roman Reigns. Second-highest arena gate record in company history, and you’re not number one either! 19,346 people showed up in Chicago because I am a fighting champion! And I will travel to Las Vegas, and yeah, I’m gonna be tired, and yeah, I’m gonna be beat up, and I’m gonna be bandaged, but that keeps me sharp on the edge where I need to be. And for me, the action is the juice. You can sit at home, and we’re gonna call you ‘Rusty Reigns’ when you show up in Las Vegas. And I got a GTS for you and every one of your stupid family members.”
It will be interesting to see what Reigns has to say tonight on WWE RAW.
`;
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-roman-reigns-tease-dropped-ahead-wwe-raw-return?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













