], { 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);
});
});
})();

On a recent edition of SmackDown, The Prizefighter asked Nick Aldis to book him in an Undisputed WWE Championship bout against CM Punk in Toronto. The upcoming episode of the blue show will emanate live from KO’s home country, Canada. He will battle The Best in the World for the title on his home turf.

Before the title match, Owens and Punk engaged in a back-and-forth promo battle. The former Universal Champion discussed his real-life beef with the veteran. Meanwhile, Punk talked about paving the way for wrestlers like KO in WWE. The duo left no stone unturned in insulting each other with personal jabs.

CM Punk uploaded an Instagram Story following the show, sharing an update with his followers. It was a picture of two French bulldogs heading toward The Second City Saint. Punk also jokingly claimed that he was attacked at the gym.

“I was attacked earlier today in the gym,” he wrote.

You can view a screenshot of Punk’s Instagram Story below.

At The Biggest Party of the Summer, The Prizefighter returned to the ring after undergoing neck fusion surgery. He will compete in his first televised one-on-one match since March 2025 next Friday.


CM Punk’s trainer addressed allegations of steroid use

CM Punk showed up for the main event of WrestleMania 42 with an improved physique. The Second City Saint was in even better shape when he returned to WWE on an episode of RAW in Chicago last month. Many were skeptical about how he transformed his body in such a short period. Meanwhile, others accused him of using steroids.

In a recent Instagram video, Punk’s trainer, Jay Ferruggia, addressed the accusation. He said The Second City Saint was working hard in the gym and maintaining a healthy lifestyle.

Fans must stay tuned to find out if Punk can defeat Owens in Canada next week.

Why did you not like this content?


`;
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-i-attacked-earlier-today-gym-cm-punk-shares-update-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

Leave A Reply

Exit mobile version