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

After the match, the World Heavyweight Champion was interviewed backstage and claimed that the stakes were too high for Styles at the PLE this Saturday. He noted that it is difficult to imagine both Styles and Cena within the span of two months.

“I’ve been in the ring with Gunther, and I can, without ego, say I beat Gunther. But I don’t feel like I beat him, I feel like I survived. So for AJ to be able to pull this out, I don’t know. The stakes are just too high. I don’t like it, and I don’t like to think about it. We just saw John Cena retire, and it’s hard to fathom that in a two-month span, we’re losing John Cena and AJ Styles,” he said.

CM Punk defeated The Ring General at WWE SummerSlam 2025 to become World Heavyweight Champion. However, Seth Rollins cashed in his Money in the Bank contract on Punk after the match to win the title.

CM Punk sends a message to injured WWE star

World Heavyweight Champion CM Punk recently delivered some harsh words to Dominik Mysterio.

Mysterio is the reigning Intercontinental Champion but is currently out of action with an injury. Punk battled AJ Lee on the latest episode of First We Feast’s Hot Ones Versus and made it known how he felt about The Judgment Day star.

“F*** Dominik Mysterio,” he said.

Cm Punk really wants a feud with Dominik Mysterio lol (You can tell they’re really close, similar to how Penta & Dom always talk smack about each other)

The former AEW star defeated Finn Balor last week on WWE RAW to retain the World Heavyweight Championship. It will be fascinating to see what the promotion has planned for the rivalry between CM Punk and Finn Balor moving forward.

If you use the quote from the first half of this article, please credit Sportskeeda Wrestling for the transcription.

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-cm-punk-shares-thoughts-potential-royal-rumble-retirement?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