”
], { 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);
});
});
})();
The storyline also made sense, as Brock Lesnar is on the opposite team, someone who scored a one-sided victory over Cena at Wrestlepalooza. Fans were disappointed with the anticlimactic conclusion of their rivalry, and many believe The GOAT should get his redemption against Lesnar.
Interestingly, Paul Heyman was recently asked to comment on John Cena’s match at Survivor Series. The Oracle believed fans would see the greatest John Cena Survivor Series appearance they have ever seen. The Franchise Player responded to Heyman’s comments on X (FKA Twitter), writing “Respect.”
Heyman’s comment and this interaction have made fans believe that Cena will pull off double duty at the upcoming PLE. The 17-time World Champion is known to deliver on grand stages, earning himself the nickname ‘Big Match John.’ With Survivor Series being Cena’s final appearance on a WWE Premium Live Event, he could go all out and compete twice in one night. This would certainly do justice to Heyman’s claim of “the greatest John Cena Survivor Series appearance.”
The GOAT is likely to drop the IC Title back to Mysterio, and the creative team may not want the veteran to lose his last match on a PLE. Therefore, adding him to the Men’s WarGames Match could potentially allow The Last Real Champion to end his PLE career on a winning note.
That said, this is just speculation for now. Only time will tell if Cena checks another box in his career before retiring by competing in the Men’s WarGames Match this Saturday.
John Cena could replace Jimmy Uso in the Men’s WarGames Match
If the creative team wants to add John Cena to the WarGames Match, they could do it by having him replace Jimmy Uso. Big Jim could be attacked by The Vision before the match, leading to his removal from the team due to being unable to compete.
Cena could step up as a last-minute replacement for Jimmy and join the babyfaces in the five-on-five bout. It would allow The Franchise Player to conclude his rivalry with Brock Lesnar and share the ring with some of the biggest stars in WWE one last time.
That said, this is just speculation for now, and nothing has been confirmed.
`;
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/has-john-cena-finally-hinted-something-wwe-universe-waiting-for-here-s-know?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













