”
], { 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);
});
});
})();
#3. The ultimate stipulation
The most glaring sign is the high-stakes match booked for Royal Rumble. After a controversial loss to Gunther on RAW earlier this month, where The Ring General seemingly tapped out unseen by the referee, Styles demanded a rematch. Gunther, now known as WWE’s “Career Killer” after retiring Goldberg and John Cena, upped the ante by asking Styles to put his career on the line.
Styles later accepted the challenge after speaking to his wife. WWE rarely puts a legend’s career on the line unless they are ready to transition into the next phase of their life. Facing a man who specializes in ending eras makes the threat to Styles’ career feel more real than ever.
#2. AJ Styles vs. Shinsuke Nakamura felt like the final goodbye
At Saturday Night’s Main Event XLIII, AJ Styles defeated Shinsuke Nakamura in a technical masterpiece. However, it wasn’t the moves that caught fans’ attention; it was the atmosphere.
Styles entered the arena wearing a mask reminiscent of his NJPW days, a direct nod to his history with Nakamura. The two icons embraced each other in the ring, which felt less like a mid-season feud wrap-up and more like the final curtain call.
Nakamura later posted (and deleted) a heartfelt diary entry on Instagram, revealing that Styles told him months ago in Japan that his retirement would be at Royal Rumble.
#1. Closing the New Japan Circle
Wrestling is a business built on poetry, and there is no better way to close the book than by returning to your roots. By facing Shinsuke Nakamura, it seems like AJ Styles is mirroring the exact path that brought him to WWE.
Ten years ago, Styles and Nakamura left New Japan Pro-Wrestling together after a legendary clash at Wrestle Kingdom 10. They debuted in WWE around the same time, revitalizing the main event scene. For AJ to handpick Nakamura as his potential penultimate opponent suggests he is cleaning his plate.
`;
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/3-signs-aj-styles-leaving-wwe-2026-royal-rumble?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













