”
], { 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);
});
});
})();
WrestleVotes noted that Rey Mysterio could be his opponent, as he has a rivalry going on with Dragon Lee at the moment. Another name suggested was Oba Femi, who recently joined the main roster after relinquishing the NXT Championship earlier this year.
Brock Lesnar was mentioned as the third option, and it was pointed out that Adam Pearce had Gunther escorted out of the building before The Beast Incarnate issued his Open Challenge for WrestleMania.
The veteran has retired Goldberg, John Cena, and AJ Styles so far. He defeated AJ Styles in his retirement match last month at WWE Royal Rumble 2026 in Saudi Arabia.
WWE legend comments on Gunther’s future
Wrestling veteran JBL recently praised Gunther and made an interesting comment about the WWE RAW star’s future.
Speaking on TMZ’s Inside the Ring podcast, JBL complimented the former champion and suggested that he would become an “attraction heel” due to the level of stars he has already conquered so far.
“Gunther is probably gonna become more of an attraction heel because he’s beaten guys and he’s really really good and I imagine that’s the direction that he will go. “You know, I think it’s gonna be hard to keep him a pure heel. But I don’t think it matters, make an attraction. When he walks out everybody stands up, like Cena when he came out. I think Gunther can be that guy cause I think he is that good,” said JBL. [H/T: WrestleTalk]
It will be fascinating to see what WWE has planned for the 38-year-old on the road to WrestleMania 42.
`;
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/rumor-gunther-s-wrestlemania-opponent-narrowed-surprising-wwe-names-reports?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













