”
], { 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);
});
});
})();
Cody Rhodes was scheduled to challenge Sami Zayn for the Undisputed WWE Championship this past Monday night on RAW. However, Gunther attacked The American Nightmare during the opening segment, and he was ruled out of the match.
SmackDown GM Nick Aldis then claimed he had found a replacement for Rhodes, and it wound up being CM Punk. The Second City Saint defeated Sami Zayn in the main event of RAW to become the new Undisputed WWE Champion.
Punk kicked off this past Friday’s edition of SmackDown and was interrupted by Rhodes. It was announced that Punk will be defending the title against Rhodes at SummerSlam 2026 next month in Minneapolis, Minnesota.
Sami Zayn breaks silence after losing WWE title to CM Punk
SmackDown star Sami Zayn was irate after losing the title to CM Punk on RAW.
Sami Zayn defeated Cody Rhodes and Gunther in a Triple Threat match at Night of Champions to capture the title. It was his first major title victory in the company, but his reign only lasted nine days.
Following the match, The Last Real Good Guy flipped out and took personal shots at Punk. Zayn suggested that Punk did not deserve a title shot after being off TV for months.
“9 days after I get it, that piece of sh** can walk back in here after not being here for months, and walk right in and get a chance? That mother f***er! He has no business, no business!” Zayn said.
Punk is scheduled to team up with Cody Rhodes to battle Sami Zayn and Gunther in a tag team match at Saturday Night’s Main Event on July 18.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-gives-cm-punk-new-name-hilarious-stunt?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



