”
], { 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);
});
});
})();
Speaking to Denise Salcedo at the Hall of Fame ceremony, Cena claimed that he is looking forward to Oba Femi vs. Brock Lesnar. He thinks Femi will be the first superstar who won’t walk into a match with Lesnar as the underdog.
“Everyone goes into a match with Brock Lesnar an underdog, except Oba Femi. I think that’s the allure, everyone wants to see two tanks square off in this ring, and not just two big men, two gifted men. Two big, agile, mobile, versatile athletes. Shout-out to Oba, he has the courage to stand in there. Oba has the courage and confidence to charge the hill, and I think Brock has never seen that out of a challenger before.” Cena said.
Jim Cornette isn’t happy with John Cena returning
John Cena retired from professional wrestling in late 2025, but is set to return to host WrestleMania 42. While Cornette thinks that there is nothing wrong with Cena hosting the event, he didn’t hold back from criticizing the decision.
Speaking on the Jim Cornette Experience, the veteran said:
“There’s nothing wrong with John Cena being the host of WrestleMania. But you’ve, just there, you’ve fired another warning shot in the air and you’re running out of bullets when the f*cking invaders are coming up the drive. It’s not gonna help. And you could have saved it for something else, because he just f*cking left.”
Cena is no stranger to competing at The Grandest Stage of Them All. However, this year will be quite different for him, as he gets set to host the show.
`;
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-two-tanks-square-off-john-cena-reveals-match-looking-forward-wrestlemania-42?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













