”
], { 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);
});
});
})();
The American Nightmare believed Punk did it on purpose, and it led to a heated exchange today at the SummerSlam Kickoff Show. The Second City Saint told Rhodes it was an accident, but then shoved his face away. Triple H and the police then stepped in to prevent a brawl from taking place. You can check out the video in the post below.
SmackDown General Manager Nick Aldis is in a rivalry with Gunther, and he showed up at Saturday Night’s Main Event to prevent The Ring General from emerging victorious. He bashed Gunther over the head with the Undisputed WWE Championship, and Punk quickly capitalized with the GTS for the pinfall victory. It was confirmed today that Nick Aldis and Gunther will be squaring off at SummerSlam 2026 next month.
CM Punk reacts to becoming Undisputed WWE Champion
CM Punk shared his thoughts on defeating Sami Zayn to become the new Undisputed WWE Champion.
Zayn defeated Cody Rhodes and Gunther in a Triple Threat match at Night of Champions to win the title. However, CM Punk defeated The Last Real Good Guy nine days later on RAW to become champion.
In an interview with ESPN New York, the 47-year-old claimed that he didn’t have anything to apologize for after defeating Zayn.
“I understand how Sami [Zayn] feels. But I don’t have anything to apologize for. It’s a fantastic thing about sports in general: people have their favorites, and they will root for them. And they live or die by that. So, when your team stinks and you’re still pulling for them, and you still have hope, I know what it feels like. I don’t have anything to apologize to Sami about. If he wants a title shot, he can come and get one. I’ll gladly give him a rematch,” Punk said.
It will be interesting to see who walks out of SummerSlam as the reigning Undisputed WWE Champion.
`;
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-triple-h-forced-step-cody-rhodes-cm-punk-segment-gets-physical?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













