], { 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);
});
});
})();

Speaking at the Royal Rumble Kickoff show, CM Punk briefly spoke about the Gunther-Styles rematch. He revealed that he’s glad The Ring General won’t be in the Royal Rumble Match, meaning that he won’t be able to challenge Punk for the title.

Royal Rumble Kickoff: January 30, 2026

Punk’s win over Gunther at SummerSlam was quickly overshadowed by Seth Rollins’ epic cash-in. Rollins dethroned Punk within minutes after he had beaten Gunther and became the new World Heavyweight Champion.

The title was later vacated by The Visionary, as Punk dethroned Jey Uso on the November 1st edition of Saturday Night’s Main Event.

Seth Rollins warned CM Punk

Seth Rollins has warned CM Punk and asked him to keep the World Heavyweight Championship warm. Rollins boldly claimed that the title belongs to him.

Speaking on ESPN’s Get Up, Rollins had the following to say:

“Who is my Green Bay Packer? Is that what you are saying? Let’s look at this, let’s see. I believe there’s a face that sticks out. And it’s right next to my beautiful wife, it’s this ugly mug right here. You see this guy? the current World Heavyweight Champion of WWE, the guy who is holding on to my title. Keep it warm, Punk, because when I come back, it’s mine. That’s the guy, he is the worst,”

Rollins’ return date is yet to be revealed, and it remains to be seen when he is back on WWE TV.

Why did you not like this content?


`;
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-breaking-former-wwe-world-champion-will-not-royal-rumble-match-confirms-cm-punk?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

Leave A Reply

Exit mobile version