”
], { 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 Undisputed WWE Championship match between Cody Rhodes and Randy Orton is set to headline night 1. You can check out the graphics in the post below.
Roman Reigns won the Men’s Royal Rumble match and selected CM Punk as his WrestleMania opponent. The Tribal Chief stated that he didn’t pick Punk because he was the biggest star on WWE RAW, but picked The Second City Saint as his opponent because he hated him.
Randy Orton and Cody Rhodes had a contract signing this past Friday night on SmackDown to make their WrestleMania match official. Orton turned heel during the segment and brutally attacked Rhodes. Roman Reigns, CM Punk, and Brock Lesnar are all scheduled to appear on tomorrow night’s RAW. Brock Lesnar has already issued an Open Challenge for The Show of Shows, but it remains unknown who his opponent will be.
Cody Rhodes comments on his relationship with major WWE rival
Undisputed WWE Champion Cody Rhodes commented on his relationship with Roman Reigns after their battles at WrestleMania in recent years.
Speaking with Chris Van Vliet on the Insight podcast, Rhodes noted that the two stars had an awkward moment behind the scenes while filming the upcoming Street Fighter movie. The 40-year-old admitted that he had nothing but admiration for Reigns, but it was a strange relationship.
“And that was our only moment, and it was a very awkward, like the weirdest. That’s a crazy relationship. I have nothing from admiration for what he’s done and accomplished, but that is. I don’t know what it is. I don’t know. I don’t even like talking about it because I don’t know what it is. It’s just a very strange relationship,” Rhodes added.
It will be interesting to see if the promotion has any surprises planned for WrestleMania 42 next month.
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/news-wwe-officially-confirms-wrestlemania-night-1-2-main-events?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


