”
], { 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);
});
});
})();
At Backlash, he showed up to announce the John Cena Classic and was overwhelmed with chants of fans asking for one more match. But will the 14-time World Champion consider stepping back into the ring?
That is a question that keeps following him and was brought up once again at the SpaceCon San Antonio convention panel. During a Q&A session, a fan asked if Cena was ever going to come back to the ring.
The Last Real Champion said he doesn’t speak in absolutes but said the only person who can convince him to come back is X owner Elon Musk.
“No. What? No. I cannot speak in absolutes because again, I don’t control that. But I think the only person that can convince me to come back, given the recent events, would be Mr. Elon Musk, and he’d have to give up a whole lot of his fortune to do so. So, until he does that, I think I’m going to stay retired,” he said.
Cena might be alluding to Musk’s recent status as the world’s first trillionaire. The SpaceX owner has a current estimated net worth of about $1.11 trillion, according to Bloomberg.
Previously, in an interview with Us Magazine, Cena said it would take an insane amount of money for him to come out of retirement and said it would be akin to financial suicide for anyone to consider that.
John Cena has teased a WWE return
Since his retirement, John Cena has shown up as the host for WrestleMania 42 and also appeared at Backlash to announce the John Cena Classic tournament.
The tournament will see NXT stars compete against main roster names, with fans’ votes deciding the winner. While further details around the format and the event remain unclear, Cena is excited.
During the interview with Us Magazine, he said he has an idea for the tournament, which will see him show up on RAW, SmackDown and even NXT to personally invite talent to take part in the Classic.
If you use quotes from this article, please credit Countdown City Geeks on YouTube 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-john-cena-names-one-person-can-convince-come-wwe-retirement?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













