”
], { 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 Phenom noted that he had unfinished business with AJ, leaving The Phenomenal One wondering what awaited him. After all, Styles was the man who retired Taker at WrestleMania 36.
With this announcement, AJ Styles has joined Stephanie McMahon in the 2026 Class of the WWE Hall of Fame. The former Chief Branding Officer of the company was also announced to be inducted into the HOF by The Undertaker at Wrestlepalooza in September 2025.
AJ Styles says WrestleMania isn’t what it used to be
Speaking on this week’s RAW Recap with Sam Roberts, AJ Styles explained why he chose to retire at the 2026 Royal Rumble rather than at WrestleMania 42. He said that ‘Mania has lost its prestige lately, but the Rumble is the event where he began his career in 2016.
“WrestleMania — listen, I’m sorry to say, used to be the most prestigious PLE or pay-per-view, whatever you want to call it. But to me, it’s kind of lost its luster a little bit. But as far as the Royal Rumble, well that’s special to me. Because that’s where I made my debut. So to be able to end where I started, that’s poetic.” [H/T Wrestleview]
The tribute to AJ Styles saw several of his friends from TNA visiting the Monday Night Show in Atlanta, Georgia. His Original Club teammates, Luke Gallows and Karl Anderson, also joined the celebration of his career. It would be interesting to see what lies ahead for AJ, who now wants to be a full-time dad to his kids.
`;
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-report-wwe-surprised-aj-styles-with-shock-return-on-raw?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













