”
], { 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);
});
});
})();
Styles shockingly delivered one of the shortest speeches in the history of the prestigious event, but for a good reason. On X, SmackDown Superstar Jordynne Grace posted a photo alongside The Phenomenal One from the Hall of Fame ceremony. In her post’s caption, The Juggernaut called the legend the “GOAT” and indirectly thanked her for the early conclusion of the show.
“Hall of Fame ended at 11:30PM. The true, undeniable GOAT,” Grace wrote.
You can view her post dedicated to Styles below.
Grace recently returned to the ring after recovering from an injury. However, she is set to miss WrestleMania 42.
AJ Styles has a new role in WWE following in-ring retirement
AJ Styles is among the most decorated pro wrestlers of the modern era. In his active career, he toured the world working for several prominent promotions, including WCW, TNA Wrestling, ROH, and NJPW, among others. Styles shared the ring with many legends and was even part of The Undertaker’s last match.
The Phenomenal One was the headline inductee in the Hall of Fame Class of 2026. Now that his in-ring career is in the rear-view mirror, Styles has taken up a new role in WWE. At the Hall of Fame ceremony, the legend announced that he was now focused on finding the next AJ Styles. He also revealed that he didn’t miss competing inside the squared circle.
Styles will now scout talents for the sports entertainment giant and groom the next generation of wrestlers. It will be interesting to see if The Phenomenal One returns in a non-wrestling role on WWE TV in the near future.
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-smackdown-star-reacts-aj-styles-cutting-short-wwe-hall-fame-speech?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


