”
], { 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);
});
});
})();
“I am open to considering anything. That’s part of being open-minded, trying not to shut anything out without at least considering it, and when it comes to something like that, they have my number, and they can talk to me. I’ll be appearing at WWE World. We can definitely have that conversation,” RVD said. [H/T Fightful]
WWE fans on X, formerly known as Twitter, seem to be excited about a potential Rob Van Dam return. Some are even predicting a match against Gunther, especially with Rey Mysterio unlikely getting cleared to return from a rib injury.
Here are some of the comments:
While others are excited for Gunther vs. Rob Van Dam, some have had enough of The Ring General retiring their favorite WWE Superstars.
It’s certainly an intriguing match, but Rob Van Dam also explained on Inside The Ring that he doesn’t want a retirement match. He doesn’t want to know what his final match will be, so that could be a problem if WWE wants to book him against The Career Killer.
Gunther’s WrestleMania plans
It has been three weeks since Gunther has been seen on WWE television. He was in a program with Dragon Lee that was supposed to lead to a match against Rey Mysterio. However, Mysterio is dealing with a rib injury and might not get cleared at WrestleMania 42.
In addition to Mysterio, a couple of other WWE stars were rumored to be facing The Career Killer in Oba Femi and Brock Lesnar. But a couple of weeks ago, The Ruler accepted Lesnar’s open challenge for WrestleMania 42.
That leaves the two-time World Heavyweight Champion without an opponent for WrestleMania 42. He’s also not the only top name with a match at the biggest WWE event of the year, with LA Knight and Seth Rollins also not having clear direction.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-have-gunther-retire-him-book-it-wrestlemania-now-fans-keep-calm-major-name-teases-wwe-return?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



