”
], { 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. AJ Styles has never won an Elimination Chamber Match
This is one of the few notable gaps in AJ Styles’ legendary career in the Stamford-based promotion. Despite being a Grand Slam Champion, The Phenomenal One has never survived the Elimination Chamber.
Styles came very close in 2017, but was eliminated by Bray Wyatt. In 2022, he was also caught in Brock Lesnar’s dominant performance. Given this situation, for a competitor as obsessed with his legacy as AJ, it makes sense for the creative team to book him to enter the 2026 Elimination Chamber and finally get the job done.
#2. He didn’t put his gloves down at the Royal Rumble
The WWE Universe saw AJ Styles get choked out cold by the “Career Killer” Gunther in a Career Match at the Royal Rumble PLE. However, during an emotional moment with the Riyadh audience post-match, The Phenomenal One refused to drop any of his gloves in the ring.
Given this incident, it seems likely that Styles is not yet done with pro wrestling. Hence, there is a possibility that he might return to the ring sooner than expected. If this is confirmed, participating in the Elimination Chamber Match could be the goal.
#1. WWE is doing an AJ Styles tribute before Elimination Chamber
WWE has officially announced a massive tribute to AJ Styles for the upcoming episode of Monday Night RAW in Atlanta, Georgia. While tributes sometimes indicate a wrestler’s retirement, the current details suggest that this may not be the case.
Reports indicate that the Stamford-based promotion is flying in members of the SmackDown roster specifically to attend the celebration for The Phenomenal One. However, this setup might provide a perfect opportunity for a dramatic comeback. In a shocking twist, Styles might be interrupted by a rival or driven by a strong desire for one last shot.
If this happens, the WWE Universe could see AJ return to in-ring competition on the show. Since he hasn’t won a Chamber Match in his iconic career, it would make sense if the creative team gave him a spot in the upcoming showdown.
`;
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-returning-wwe-enter-elimination-chamber-2026?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













