”
], { 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);
});
});
})();
Perry competed in UFC from 2016 to 2021. Since leaving the octagon, he has made his name in bare-knuckle fighting with BKFC. He also returned to MMA this year, defeating Nate Diaz by technical knockout via stoppage at the end of the second round at MVP MMA 1 on Netflix.
During an appearance on The Ariel Helwani Show, Perry touted his success and talked about fighting a big celebrity next. He initially mentioned Tom Brady before mentioning Punk. He asked the UFC to get him back so he could fight the Second City Saint.
“Let me fight CM Punk. UFC, bring me back. I’ll fight CM Punk in the UFC, let’s go,” Perry said.
Perry competed in 15 UFC fights, having a record of seven wins and eight losses. After departing the promotion, he has become one of BKFC’s biggest names with wins over many well-established opponents.
CM Punk had a run in UFC after leaving WWE in 2014. He made his octagon debut in 2016 against Mickey Gall and lost in the first round via submission. Two years later, he competed again but lost to Mike Jackson by unanimous decision.
However, the result was later changed to a no contest after Jackson tested positive for THC.
CM Punk teases Hair vs. Mask match
In his first WWE run, CM Punk led the Straight Edge Society faction. During this time, he lost to Rey Mysterio in a Hair vs. Mask match at Over The Limit 2010 and began wearing a mask after shaving his head.
Recently, talking to Ringside Collectibles, he teased making his first AAA appearance at the Worlds Collide event in Chicago in September.
He said it might be the perfect time for him to dip his toes in the AAA pool and said he has worn a mask before. The Voice of the Voiceless then said he would be open to doing a Hair vs. Mask match again.
If you use quotes from this article, please credit The Ariel Helwani Show and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-cm-punk-called-fight-ahead-wwe-summerslam-2026?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













