”
], { 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);
});
});
})();
After the match, CM Punk took to Instagram stories to validate real-life friend Jackie Redmond’s claim that he tried to call her shortly after the USA scored the first goal. As a response, the 38-year-old posted an update on X (formerly Twitter), pointing out that she was working, insinuating it was why she avoided The Second City Saint’s calls.
“IM WORKING !!!,” Redmond wrote.
You can check out her tweet below:
CM Punk opened up about recent main roster call-ups
On a recent edition of the No-Contest Wrestling podcast, CM Punk opined that the recent main roster call-ups have been handled well.
The Best in the World noted that Oba Femi, Trick Williams, and Je’Von Evans might be the top three among those stars. Punk also included the current WWE United States Champion Carmelo Hayes. He further stated that these stars were special and the future of the Stamford-based wrestling promotion.
“I think you’re seeing it unfold live on television. I think the call-ups have been handled pretty well. One of the first was, well, you mentioned three of them [Oba Femi, Je’Von Evans, Trick Williams]. I think if you look at the landscape of things and people who have been called up to the main roster, those are maybe top three. But somebody who snuck in before them is Carmelo Hayes. And those are right there, those are four Black athletes. I think that’s important to point that out. I think those guys are the future. I think those guys are special,” Punk said.
It will be interesting to see how the former NXT stars fare on the main roster going forward.
`;
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-reveals-popular-wwe-star-dodged-his-calls-gets-response?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













