”
], { 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);
});
});
})();
Who can forget Shawn Michaels telling Ric Flair that he loves him before hitting him with a Sweet Chin Music to end his WWE career? Or the stunned silence following the ending of The Undertaker’s streak at WrestleMania 30? While moments such as these stand on their own, one particular moment is just above the rest.
On its YouTube channel, WWE has been doing a “42 Greatest WrestleMania Moments” marathon, and we have arrived at number one. Hulk Hogan slamming Andre the Giant at WrestleMania III, Pontiac Silverdome has been officially named the greatest WrestleMania moment of all time.
This is the definitive WrestleMania moment, and perhaps if it were not for the sheer success of that match and the event, it would be hard to imagine everything else that followed.
With a single slam, the legend of Hulkamania was immortalized, and WWE’s trajectory was changed forever. Earlier, it was also announced that the Hogan vs. Andre match at WrestleMania III will receive the “Immortal Moment Award” at the WWE Hall of Fame 2026.
WWE acknowledged Mercedes Mone in the Greatest WrestleMania Moments countdown
WWE’s list of ” 42 Greatest WrestleMania Moments” featured a lot of stars who have been a part of some epic moments over the years.
Well, you will be surprised to know they also chose to acknowledge Mercedes Mone, aka Sasha Banks, on the list. They mentioned Mone as part of her WrestleMania 37 main event against Bianca Belair for the SmackDown Women’s Championship. The match was featured at number 19 on the list.
The match was historic as it saw two Black superstars headline WrestleMania for the first time ever. WWE’s decision to have Mone included in the list was somewhat surprising, given her infamous walkout from the company in 2022.
`;
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-greatest-wwe-wrestlemania-moment-officially-revealed?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













