”
], { 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);
});
});
})();
According to a new report from BodySlam, Cena’s return following his in-ring retirement will kick off Night 1 of WrestleMania 42 tonight. The Undisputed WWE Championship match between Cody Rhodes and Randy Orton will be the main event of the show.
Gunther also retired AJ Styles earlier this year, and The Phenomenal One was inducted into the WWE Hall of Fame last night. The Ring General will be squaring off against Seth Rollins during tonight’s show. The Usos and LA Knight versus Logan Paul, Austin Theory, and popular streamer IShowSpeed will be the first match of WrestleMania 42.
John Cena makes bold prediction for WWE WrestleMania 42
Wrestling icon John Cena recently predicted the result of the World Heavyweight Championship match between CM Punk and Roman Reigns.
CM Punk defeated Jey Uso last November at Saturday Night’s Main Event to capture the World Heavyweight Championship. Roman Reigns won the Men’s Royal Rumble match earlier this year in Saudi Arabia and selected The Second City Saint as his WrestleMania 42 opponent.
The rivalry got very personal on the road to WrestleMania, as Punk referenced Reigns’ deceased father, Sika Anoa’i. However, Punk apologized to Reigns for the comment this past Monday night on RAW.
In an interview with Sports Illustrated, Cena noted that Punk was his wrestling soulmate but predicted that Reigns would become the new World Heavyweight Champion this weekend.
“Gosh, it’s tough to bet against uce man. When the lights are on, prime time, he has become the man. Phil is my wrestling soulmate, I think you’re going to see one hell of a performance, but man it’s tough to bet against uce,” he said.
It will be fascinating to see if John Cena has any surprises planned for the WWE Universe as the host of WrestleMania 42.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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/rumor-spoiler-major-wwe-return-set-kick-wrestlemania-42-reports?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


