”
], { 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);
});
});
})();
Hayes was responding to being asked whether Punk would move to SmackDown or not. The reporter didn’t clarify whether that would happen, but Rhodes-Punk is seemingly in the plans. Whenever he is creatively booked to return, Punk will be there, making time from his schedule.
As of this writing, Punk is not scheduled until Night of Champions. Later, he could be brought into the title picture or just a proper rivalry in his road to SummerSlam 2026. If Cody survives the danger of Gunther at Clash in Italy, Punkster could be coming for him for the Biggest Party of the Summer. An unlikely scenario is a rematch against Roman Reigns for his World Heavyweight Championship.
CM Punk perfectly predicted Ronda Rousey’s win over Gina Carano
CM Punk was in attendance for the MVP MMA 1 event on May 16 at the Intuit Dome in California. As Ronda Rousey has been a huge part of pro wrestling, Punk was there to support her, too. Before Rousey’s clash with Gina Carano, he was asked for his prediction. The Best in the World picked The Baddest Woman on the Planet to win.
“I would be remissed to not go with Ronda Rousey,” Punk said. “I think she’s gonna do what she always did, she’s gonna march forward, she’s gonna clench, she’s gonna throw, and she’s gonna armbar. My opinion. … Oh yeah, I wanna say hi to my beautiful wife, April. Honey, I’ll be home in I don’t know, 20 minutes.”
Punkster hilariously said he wanted to say hi to his wife, AJ Lee, whose real name is April. Punk somehow perfectly predicted that he would be home early, as if he knew how quickly the matchup would end. The hyped fight between Rousey and Carano ended in 17 seconds as Rousey locked her opponent in an armbar and made her tap out.
`;
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-blockbuster-feud-works-cm-punk-ahead-wwe-return-reports?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













