”
], { 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);
});
});
})();
A video of Hamburguesa elbowing a fan at an independent wrestling show went viral, leading to the decision to let him go. According to Cory Hays of BodySlam, it was The Undertaker who informed Hamburguesa of his release from AAA.
The legend appeared on RAW last month to announce AJ Styles would be inducted into the Hall of Fame during WrestleMania weekend next month. Styles’ in-ring career came to an end following his loss to Gunther at Royal Rumble 2026 in Saudi Arabia.
WWE legend reveals he didn’t want to end The Undertaker’s WrestleMania streak
Wrestling veteran Mark Henry recently claimed that Vince McMahon wanted him to end The Undertaker’s undefeated streak at WWE WrestleMania 22, but he refused.
In an interview with Inside the Ropes, The World’s Strongest Man suggested that he was offered to end The Deadman’s streak but refused because he thought the locker room and fans would hate him.
“Vince and Taker were like, ‘Listen, we need to put someone over.’ They thought that Taker needed sympathy. I was like, ‘Not with me.’ I was like everybody is gonna hate me, man. I thought that they were trying to set me up. That’s how ludicrous that sounded to me, man. I was like, no, no! You’re gonna make every wrestler in the world mad at me. And look what happened? Look what happened when Taker got beat at WrestleMania. How did y’all feel? And still to this day, there are people that are mad at the fact that Taker got beat. They thought that streak should’ve went to the grave with him,” said Mark Henry.
It will be interesting to see if The Phenom makes any more appearances on WWE television 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-the-undertaker-informed-30-year-old-wwe-star-release-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













