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

“I couldn’t be happier, because I’m somebody that was very vocal about not wanting to see John Cena go, and I wasn’t happy about him retiring at all. And I told him about it and I told you (Dave LaGreca) about it. The one thing I love more than anything about Cena is the way that he carries himself as far as etiquette goes,” she said. [H/T: WrestleTalk]

John Cena receives a heartfelt farewell from Roman Reigns, Brock Lesnar, CM Punk, Triple H and more

Gunther defeated John Cena in his retirement match at Saturday Night’s Main Event in December 2025.

Major WWE star comments on not getting to face John Cena during his retirement tour

Drew McIntyre recently opened up about not getting the opportunity to battle John Cena during his retirement tour last year.

Speaking with Chris Van Vliet on the Insight podcast, The Scottish Warrior noted that he was supposed to battle Cena, but the legend wound up facing AJ Styles at WWE Crown Jewel 2025 instead.

“I knew there was a plan before that, actually, that had to change. Then there was that plan, and there was a pivot again. I believe it came down to, like John said, because initially people thought, ‘Oh, my God, you see what Cena said?’ What? The match with Drew never happened. And then the match with AJ happened, and the way they worded it was like, you know, John said it was public, or whatever it was. It wasn’t public. Nobody knew,” he added.

Drew McIntyre commented on originally being John Cena’s WWE Crown Jewel opponent before the plan changed to AJ Styles: “I mean, I can’t change the creative direction. I talked about getting that match with Cena and getting in a situation on the microphone with Cena, just to

It will be fascinating to see what WWE has planned for Cena as the host of WrestleMania 42.

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-major-wwe-star-shares-surprising-reaction-john-cena-s-wrestlemania-return?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