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

CM Punk was a guest on the latest episode of Hot Ones: Extra Heat on Netflix. The episode featured cameos from Danhausen, Dominik Mysterio, and Charlotte Flair. Liv Morgan even joined Punk in the ring for a brief segment.

On the program, Punk discussed various topics, such as his beef with Seth Rollins, AJ Lee’s influence on women’s wrestling, and the favorite moments of his WWE career. He did all this while eating spicy hot chicken wings alongside the host, Sean Evans. In the end, Evans awarded Punk the Hot Wings: Extra Heat Heavyweight Championship.

The Second City Saint delivered a promo addressing his championship victory in the final segment of the show.

“Ladies and gentlemen, this is just what I do. I conquer not only wrestling, but I conquer all sports and entertainment. Doesn’t matter what venue it is. Doesn’t matter what building it is. Open-air, Fireside Bowl, Performance Center, arenas, stadiums. I collect belts, and I collect heads, and I collect hot wings. I am the best in the world,” Punk said after winning the Hot Ones: Extra Heat World Championship.


CM Punk Still Hates Seth Rollins

CM Punk and Seth Rollins were part of a lengthy rivalry last year. They faced off on many occasions, including a mixed tag team match also featuring AJ Lee and Becky Lynch at Wrestlepalooza. They are on different brands right now, but they have yet to mend fences.

On the same edition of Hot Ones: Extra Heat, a fan asked Punk why he hated Seth Rollins. The Best in the World responded by saying that Rollins wasn’t a likeable person.

“I think it’d be easier to have people explain to me what’s good about Seth. What’s to like about Seth? Manbun, it’s 2026. I can’t say anything nice, so why say anything at all?”

Given the duo’s differences, they might rekindle their feud on television in the coming years.


If you use quotes from here, please credit Hot Ones: Extra Heat on Netflix and give an H/T to 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-wins-championship-outside-wwe?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