], { 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 on K100 with Konnan and Disco Inferno, a fan made a crude comment about CM Punk and questioned his run in the promotion as the World Heavyweight Champion. While Konnan didn’t elaborate, Inferno explained why he thinks The Second City Saint is having a good run on the red brand as the champion.

“I like [CM] Punk as the World Heavyweight Champion because he cuts an excellent promo, and he knows how to sell his matches. He goes out there and wrestles a very logical WWE-style match. He’s an excellent professional wrestler. I have zero problem with him. He’s over,” Punk said.

Konnan on: is CM Punk FAILING as WWE champion?

CM Punk will defend his title on WWE RAW

Earlier this year, CM Punk won the World Heavyweight Championship for the first time in over a decade when he dethroned Gunther in New Jersey. However, Seth Rollins was waiting to pounce on the new champion, as he held the Money in the Bank contract for weeks and faked an injury to catch The Second City Saint off guard.

In the coming months, Rollins and Punk continued their feud on the red brand. However, the injury in Perth changed the plans for both stars, and CM Punk eventually won the vacant title from Jey Uso at Saturday Night’s Main Event in Salt Lake City.

Unfortunately for The Second City Saint, The Vision wanted the title in their faction, and Bron Breakker got the opportunity for the title when he pinned the World Heavyweight Champion in San Diego to win the Men’s WarGames match. CM Punk will defend the title on January 5th, 2026, against The Vision’s Bron Breakker on WWE RAW.

If you use quotes from the article, please credit K100 with Konnan and Disco Inferno and provide 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-did-cm-punk-fail-world-heavyweight-champion-wwe-raw-wrestling-veteran-gives-honest-take?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