”
], { 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);
});
});
})();
Recently, John Bradshaw Layfield, aka JBL, jokingly tweeted on X that Gunther must retire Byron Saxton, and if he does, The Ring General would become the biggest babyface. Clearly, JBL tweeted in kayfabe and didn’t mean for Saxton to get in the ring with The Career Killer.
“If Gunther retired @ByronSaxton -he would be biggest babyface since William Wallace,” JBL tweeted on X.
What’s next for Gunther on WWE RAW heading into WrestleMania 42?
Last year, Gunther entered WrestleMania as the World Heavyweight Champion and left the event without the title as Jey Uso dethroned him. Earlier this year, he entered a feud with AJ Styles and won a retirement match against The Phenomenal One in Riyadh.
After the event, The Career Killer got into a brawl with Dragon Lee and made a statement on Monday Night RAW, decimating Lee. Moreover, The Ring General was the runner-up in the Men’s Royal Rumble match, and his future heading into WrestleMania 42 seems uncertain.
The two-time World Heavyweight Champion isn’t in the title picture on either brand. While he might continue his feud with Dragon Lee on WWE RAW heading into WrestleMania 42, Gunther might face a bigger name in the promotion at The Grandest Stage of Them All.
There’s a chance that the 38-year-old star might face a new name or The Beast Incarnate at The Showcase of The Immortals. It’ll be interesting to see what’s next for Gunther on WWE RAW heading into Nevada.
`;
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-must-retire-44-year-old-star-says-wwe-legend?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













