], { 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 defended the World Heavyweight Championship against AJ Styles in the main event of last night’s episode of WWE RAW. It was a back-and-forth match, but Finn Balor interfered and attacked CM Punk. Balor hit the World Heavyweight Champion with three Coup de Graces as the show went off the air.

Ex-WWE star suggests Gunther could retire CM Punk in 2026

Wrestling legend Stevie Richards recently suggested that Gunther could retire CM Punk later this year.

Speaking on The Stevie Richards Show, the veteran suggested that the former leader of Imperium could retire several more stars in the company. He brought up World Heavyweight Champion CM Punk and noted it is a possibility that he could retire The Second City Saint in the near future.

“I think we’re going to see possibly in the next year, in 2026, depending on what AJ Styles does and where Randy Orton is, and now we’re talking about [CM] Punk. These three guys basically have less ahead of them than behind them… Could Punk be the one where Gunther regains the World Heavyweight title and retires Punk? Could that be a WrestleMania match? I think 2026 is going to be very telling,” Richards said.

CM Punk vs Gunther was professional wrestling at its finest. Match of the Year ⭐️⭐️⭐️⭐️⭐️

Seth Rollins cashed in his Money in the Bank contract on CM Punk after he defeated Gunther for the World Heavyweight Championship at SummerSlam 2025. Rollins is currently out of action with an injury and has revealed that he will not be able to compete at WWE Royal Rumble 2026.

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-wwe-makes-gunther-s-new-nickname-official-trademark?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