”
], { 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);
});
});
})();
He can be seen pointing at the steel steps and asking the cameraman if he caught it before kicking it and acting like he got hurt doing it. He then acted like he was limping for a bit before putting his Jason Voorhees-inspired mask on legendary ref Charles Robinson.
The off-air clip offers a lighter side of Punk, contrasting with the serious and increasingly personal storylines surrounding him on TV. It also highlights why moments involving the WWE champ can quickly become viral among fans.
CM Punk’s successful title defense and the events leading to the match
CM Punk has remained at the center of WWE programming since winning the Undisputed WWE Championship at this year’s SummerSlam. He successfully defended the title against Cody Rhodes during the PLE’s main event before becoming fully embroiled in a heated rivalry with Kevin Owens.
Punk has been involved in several intense confrontations over the past few weeks. On the August 14 episode of the Blue Brand, Punk and Owens engaged in a highly personal exchange of words, setting the stage for their championship showdown on the latter’s home turf in Toronto.
The match took place during this week’s SmackDown, with Punk retaining the Undisputed WWE Championship. This occurred after Sami Zayn interfered and attacked Owens. Punk capitalized on the chaos by hitting his Go To Sleep finisher and securing the victory.
With The Second City Saint still holding the championship and Sami Zayn now turning heel and creating further chaos around the title picture, the champ’s next move will be closely watched.
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-video-cm-punk-s-hilarious-off-air-footage-surfaces-after-smackdown-title-defense?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



