”
], { 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);
});
});
})();
The contract contained a fireball, which blindsided the NXT Champion. As a result, D’Angelo suffered a facial injury and was immediately taken to a hospital. Later in the show, WWE cameras showed the 31-year-old writhing in pain inside an emergency room.
Amid the confusion, Robert Stone announced that he would address the future of the NXT Championship match at The Great American Bash in the main event of the black-and-silver show. Before Stone could make an announcement, Naraku appeared and demanded that the general manager crown him the new champion.
Mason Rooke interrupted the former IWGP Heavyweight Champion. He challenged Naraku to a match for the supposedly vacant NXT Championship at The Great American Bash. However, the duo was interrupted by the Jackson Drake-led Vanity Project. After a brief promo battle, Rooke and Drake engaged in a brawl.
In the final moments of the show, Stone revealed the original plans for The Great American Bash. Tony D’Angelo’s music hit, and he showed up to take out Naraku. D’Angelo’s face was badly injured due to the fireball attack by Naraku. However, he will still defend the NXT Championship against the former EVIL at The Great American Bash on June 28.
Naraku is among the most decorated stars of NJPW’s modern era. He conquered the Japanese promotion before arriving in NXT under Shawn Michaels’ creative leadership in April 2026. The 39-year-old defeated Rooke in a number one contender’s match to earn a shot at D’Angelo’s NXT Championship at The Great American Bash. Will he capture his first WWE title on Sunday? Only time will tell.
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-injured-wwe-star-makes-shocking-appearance-was-hospitalized-earlier-today?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



