”
], { 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);
});
});
})();
On social media, Brandi Rhodes shared a photo of Cody and their daughter. The Undisputed WWE Champion seemed to be in good spirits despite reports suggesting his frustration with TKO.
Check out the photo shared by Brandi on social media:
Cody Rhodes wants only one match with Randy Orton
Cody Rhodes will defend the Undisputed WWE Championship against Randy Orton at WrestleMania 42. Rhodes has admitted that he wants to conclude the feud with Orton with their match in Las Vegas.
Speaking on The Nikki & Brie Show, Cody Rhodes stated that John Cena was the angel on his shoulder and Orton was the devil. He said:
“I want this to be one and done with Randy Orton at WrestleMania,” Rhodes said. “I want to put this in the past. And if John was the angel on my shoulder, Randy was the devil on my shoulder, and I had both of them to give me advice on how to do this and where to go with it. I want to make this one and done and move on.”
Orton became the No. 1 contender for the Undisputed WWE Championship by winning the 2026 Men’s Elimination Chamber Match, where he last eliminated Rhodes. The two men have quite a history, with Orton taking Rhodes under his wing during their days as members of Legacy.
Rhodes, who regained the Undisputed WWE Championship just weeks before WrestleMania 42, will once again enter The Grandest Stage of Them All with the title around his waist. Meanwhile, Orton is chasing #15.
`;
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-cody-rhodes-good-spirits-seemingly-going-tko-wwe-smackdown?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













