”
], { 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);
});
});
})();
His absence has raised a concern over his participation at the Show of Shows in Las Vegas. It was reported that the plan was for him to face Rey Mysterio at the event but the luchador’s rib injury has put those plans in jeopardy.
Meanwhile, Hall of Famer Bully Ray addressed the situation around the former Intercontinental champion’s WrestleMania opponent on the Busted Open Podcast. Bully pitched an idea to have an open challenge for him which would be answered by a veteran and it will carry a stipulation.
“Gunther’s been retiring talent left and right. Correct. I would now do Gunther’s open challenge at WrestleMania with the stipulation, whoever accepts the open challenge, if they lose, must retire,” he said.
Bully Ray said all WWE has to do is to look for a veteran name who could come in for a short match at WrestleMania.
“Now, I would look for a veteran wrestler that could come in, get a pop, work five minutes, get beat, and now Gunther’s retired somebody else,” he added.
The decorated tag team star pitched the likes of Road Dogg and Rob Van Dam to step up to the Ring General.
Gunther broke his silence amid WWE absence
After a dominant run that saw him retire John Cena and AJ Styles in two months, Gunther finds himself without an opponent heading into the biggest show of the year.
This concern has been amplified due to his absence from WWE programming in recent weeks. While uncertainity remains around his WrestleMania status, the Career Killer took to Instagram to break his silence.
He posted a photo of himself along with a two-word message, “Moving forward,” possibly suggesting a different direction for him at WrestleMania 42 after Rey Mysterio’s unfortunate injury.
If you use quotes from this article, please credit the Busted Open Podcast and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-tipped-retire-wwe-veteran-wrestlemania-42?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













