”
], { 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);
});
});
})();
“Justice for @samizayn. 😮💨”
CM Punk lost the World Heavyweight Championship to Roman Reigns in the main event of WrestleMania 42. He went on hiatus before returning in July to capture the Undisputed WWE Championship from Sami Zayn. The Last Real Good Guy won the title at Night of Champions 2026 but only held it for nine days before losing it to Punk earlier this year. Zayn has been obsessed with getting the title back since losing it and accomplished his goal last Friday night on SmackDown.
Sami Zayn praises CM Punk after winning the Undisputed WWE Championship
SmackDown star Sami Zayn broke character to compliment CM Punk following his surprise win last week.
Speaking on Busted Open, the former Bloodline member stated that Punk was great in the ring and that it was something he could never take away from him.
“There were times that Punk, to the levels he reached, I was like, ‘I don’t get how he reached these levels.’ Clearly, there is something about him, but I didn’t always get the hype. But after I got in the ring with him three or four times this year, you can’t take it away from him. Trust me, I would love to. I would love to just sit here and bash him for the next 10-15 minutes. But in the ring, I can’t take it away from him,” he said. (H/T: WrestlePurists)
It will be fascinating to see what WWE has planned for Zayn in the weeks ahead on SmackDown.
`;
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-shares-new-footage-sami-zayn-s-celebration-following-surprise-victory-cm-punk?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













