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

CM Punk will be defending the World Heavyweight Championship against Finn Balor at WWE Elimination Chamber later this month. If The Second City Saint can retain the title at the upcoming PLE, he will then go on to put the title on the line against Men’s Royal Rumble winner Roman Reigns at WrestleMania 42.

CM Punk comments on the future of WWE

World Heavyweight Champion CM Punk believes the future of WWE is in good hands.

Speaking on No-Contest Wrestling, the former AEW star discussed the young talent that has recently joined the main roster. Punk stated that he believes Trick Williams, Oba Femi, Je’Von Evans, and Carmelo Hayes are the future of the 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.

Finn Balor challenged Punk for the World Heavyweight Championship last month on RAW and came up short in the match. It will be interesting to see if Finn Balor can pull off the upset and defeat the 47-year-old at WWE Elimination Chamber later this month.

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-cm-punk-congratulates-current-world-champion-following-major-achievement?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