], { 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);
});
});
})();

In a recent interview with Casino Guru, the 7-foot star was asked who he would choose to face at WrestleMania 43. Omos picked Cody Rhodes as the opponent he would want to face in Saudi Arabia next year.

“I mean, there’s a plethora of guys that’s good, but I would say Cody. You need a super babyface that needs something to conquer.”

The Nigerian Giant has been active in Lucha Libre AAA. He has created plenty of controversy in the Mexican promotion recently. Omos put his hands on the General Manager, Rey Mysterio, resulting in an indefinite suspension.

Now, he will face The Master of 619 at Triplemania 34, and if Omos defeats Mysterio, his suspension will be lifted. However, if he loses, The Nigerian Giant will be permanently banned from AAA.


Cody Rhodes is set to face Randy Orton at Sunday Night’s Main Event

Cody Rhodes and Randy Orton have reignited their rivalry and will go one-on-one again at Sunday Night’s Main Event. The two stars previously collided at WrestleMania 42 with the Undisputed WWE Championship on the line, where Rhodes picked up the win. Orton attacked The American Nightmare following the match before disappearing from television.

The Viper returned at SummerSlam 2026, costing Rhodes a potential Undisputed WWE Title victory against CM Punk. The feud has been heated, and to protect the match at SNME, Nick Aldis has introduced a stipulation that if either Rhodes or Orton touches the other before their match, that wrestler will lose the right to challenge for the Undisputed WWE Title.

It remains to be seen what happens when the bitter rivals lock horns once again this Sunday.

Why did you not like this content?


`;
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-suspended-star-ready-to-return-to-wwe-to-face-cody-rhodes-at-wrestlemania-43-in-saudi-arabia?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

Leave A Reply

Exit mobile version