”
], { 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);
});
});
})();
Following the match, fans have shared footage of CM Punk collapsing at ringside, but there is some debate on what caused it. Many state that Punk was feeling dizzy and fell to the floor, while others claim that he tripped over the steps and fell on the floor.
Either way, he can be seen stumbling before he falls on the ground and then makes no effort to get back up. WWE officials remain with him to ensure that he’s okay.
CM Punk successfully defended his title on WWE SmackDown
Regardless of Sami Zayn’s interference, Punk was still able to leave SmackDown with his Undisputed WWE Championship. Owens and Punk have had a deeply personal feud over the past few weeks, which led to this showdown in Kevin Owens’ home state, but it didn’t end the way he expected.
Sami Zayn had pushed Nick Aldis to give him a rematch for his WWE Championship several times, but after Randy Orton’s interference last week, he wasn’t given a shot.
Zayn was also in his home country, and he wanted to be able to wrestle for the World Championship, but he wasn’t allowed, which is why he tried to help Kevin Owens win instead.
Zayn attacked Punk outside of the ring before passing Owens the title belt and telling him to use it while the official was down. Owens made it clear that he didn’t want to win the title that way and tried to hand it back to Sami, only for his long-time friend to hit him in the face with it instead.
CM Punk was then able to take advantage and hit the GTS and pick up the win, but after the match, Zayn made it clear that he wasn’t helping Punk when he launched an attack on him as well. It seems that a triple threat match has now been set up for Sunday Night’s Main Event.
`;
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-breaking-cm-punk-collapses-following-wwe-smackdown?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













