”
], { 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);
});
});
})();
John Cena was asked about his prediction for the Night One main event during an interview with Sports Illustrated. The 17-time world champion noted that while he has known both men for a long time, he can’t bet against The Legend Killer.
“I can’t bet against Randy Orton. I’ve known him for so long, I’ve known both of them for so long. And I’ve been in a similar position as a mentor for Cody, a teacher for Cody, someone Cody wanted approval from. It didn’t really matter, the kid’s a success anyway.
Cena added that Randy Orton has the same vibe about him as he had during his feud with Cody Rhodes last year:
“I just think Randy’s got something to prove. I know what it feels like to say, ‘I want 17 and I’ll do anything to get it.’ Cody was the guy I took it from. Randy’s got that vibe about him, that’s pretty special.”
John Cena defeated both Cody Rhodes and Randy Orton during his final WWE run
While John Cena will be the host of WrestleMania 42, he was an active in-ring competitor last year. Cena defeated Cody Rhodes in his last WrestleMania match. The 17-time world champion went on to pick up a victory over Randy Orton at the very next WWE premium live event, Backlash.
Cena eventually dropped the Undisputed WWE Championship to Cody Rhodes. He competed in his last match in December, where he was defeated by Gunther. The 17-time world champion will return to the company for the first time since retirement, this time as a host.
`;
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-winner-of-the-wwe-title-match-between-randy-orton-cody-rhodes-at-wrestlemania-42-predicted-by-john-cena?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













