], { 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 Ring General added that he wanted to contribute to wrestling by having great matches with young stars.

“Where I wanna get to is to be able to get into that spot, but then wrestle Ilja [Dragunov] in that position. And have great matches with Bron [Breakker] down the line in that position. Have great matches with Oba [Femi]. There’s many more of them. I feel like that’s what I wanna get to. I wanna be the guy that’s gonna be able to wrestle all of them, have great matches with all of them, and contribute that way,” he said.

Check out his full interview below:

Gunther talks retiring legends & facing Oba Femi | What Do You Wanna Talk About?

Gunther talked about retiring WWE legend John Cena

After a year-long retirement tour, John Cena hung up his wrestling boots by tapping out to Gunther at WWE Saturday Night’s Main Event on December 13, 2025. This match cemented The Ring General’s name as one of the biggest heels in the company.

During the same edition of Cody Rhodes’ What Do You Wanna Talk About? podcast, Gunther admitted that facing John Cena in his retirement match felt more intense to him than a WrestleMania bout.

“That day, strangely, it felt like… it almost felt like more intense than WrestleMania that day,” he said.

After retiring Cena, The Ring General has retired another WWE legend, AJ Styles. The former WWE World Heavyweight Champion made Styles pass out from the Sleeper Hold at Royal Rumble 2026. It remains to be seen what the Triple H-led creative team has planned for his future.


Please credit Cody Rhodes’ What Do You Wanna Talk About? podcast and give an H/T to Sportskeeda Wrestling if you use quotes from the first half of this article.

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-gunther-teases-dream-wwe-match-oba-femi?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