”
], { 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);
});
});
})();
On X, Cena sent a one-word message to Heyman, showing his respect for The Oracle for his words.
“Respect. @HeymanHustle #SurvivorSeries @espn,” wrote Cena.
Check out Cena’s post on X:
Paul Heyman on John Cena’s last-ever Survivor Series match
Paul Heyman spoke about John Cena’s last-ever Survivor Series Premium Live Event. The Cenation Leader will defend his Intercontinental Championship against Dominik Mysterio, who was dethroned on the 10th November edition of Monday Night RAW.
Speaking on ESPN’s First Take, Heyman hyped up Cena’s rematch against Mysterio and praised the veteran for always bringing his best. The Hall of Famer said:
“The greatest John Cena Survivor Series performance you’ve ever seen. John Cena is going out on top. John Cena is going out the same way John Cena came in, the hardest working man in the business. Nothing but props for everything that John Cena brings to the table.” Heyman said.
Cena has two dates remaining as an active performer. After Survivor Series 2025, he will compete in his retirement match on December 13th at Saturday Night’s Main Event.
The Last Real Champion’s last opponent will be decided via the winner of the Last Time Is Now Tournament. The tournament consists of several top names, including Gunther, Solo Sikoa, Rusev, and others, who are in contention to face Cena in his final match.
`;
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-sends-one-word-message-paul-heyman-just-days-men-s-wargames-match?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













