”
], { 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);
});
});
})();
But to Cody Rhodes? Well, it’s not as impressive as most might think. During the Countdown to WWE Clash in Italy, we saw an interview between Rhodes and Joe Tessitore. Tess asked if he feared Gunther’s title as a Career Killer, but the champion shook it off, implying it’s a streak that holds up better on paper.
“Do you consider that being something that makes him dangerous? Beating the GOAT John Cena? On paper, you’d say that makes you dangerous, but I feel like he got John Cena in the winter of his career. AJ Styles? Who’s better than AJ Styles? But again, at the end. I beat John Cena. I beat AJ Styles. I’m not gonna look at Gunther with fear because he ended careers at the end of those careers.”
Cody further mocked Gunther’s accolades, claiming that retiring wrestlers who were already retiring anyway is a bit like fighting outside of your weight class.
“I’m not gonna be on that list. I’m not. I’m not there yet. And I think that’s maybe the thing that bothers him the most. It’s fun to pick off legends. That’s gotta be fun. But it’s like wrestling outside of your weight class. That’s a novelty. That’s a novelty, and this is a prize fight, and it’s the first he’s had in a while.
Cody Rhodes has Gunther’s number in several WWE meetings
Rhodes and Gunther have met a few times so far. The American Nightmare has been a real nightmare for the Ring General, as Gunther has been unable to defeat QB1 whenever the opportunity has arisen.
At WWE Royal Rumble 2023, Gunther ran the gauntlet, starting the men’s Rumble and being the last eliminated…by Cody Rhodes. In 2024, Gunther was the 28th man eliminated, again, by Cody Rhodes. Two years in a row, the man nearly earned a WrestleMania main event title shot, and both times, Cody Rhodes ruined his dream.
The pair also met at WWE Crown Jewel 2024, where Rhodes pinned Gunther clean in the middle of the ring to become the inaugural Men’s Crown Jewel Champion. This was while both men held the top prizes of their respective brands, meaning Cody not only bested Gunther, but the entire WWE RAW roster at the time.
`;
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-impressed-gunther-retiring-wwe-legends-that-s-like-wrestling-outside-weight-class?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













