”
], { 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);
});
});
})();
AJ defeated Kevin Owens to win the United States Championship and was set to defend it in a rematch at Battleground 2017. During the match, Owens tried to pin AJ and he was supposed to kickout. However, AJ forgot to break the pin which led to Owens becoming the new Champion in an unplanned spot. On the latest episode of his Phenomenally Retro podcast, AJ Styles addressed the botch and took full responsibility for it.
“This had nothing to do with winning or losing, it had everything to do with someone screwing up, turns out it was me. And I took full responsibility for it. I’m a perfectionist when it comes to being in that ring and when something doesn’t go as planned, I get a lot of shame. So that’s the reason I was pissed, not because I lost the match and it turned out to be awesome anyway because I got to win it back in Madison Square Garden,” he said.
It is great to see AJ take responsibility for the botched spot instead of making any excuses.
AJ Styles retired at the 2026 Royal Rumble event
AJ Styles was offended by the disrespect Gunther showed towards John Cena after retiring him at Saturday Night’s Main Event. Styles challenged the Ring General to a match on RAW and was very close to winning it before Gunther turned the tides with deceit. Styles lost the bout but challenged the former Intercontinental Champion for a rematch.
Gunther said that he’ll only face AJ Styles if he puts his career on the line which happened to be the case at the Royal Rumble PLE in Saudi Arabia. The Phenomenal One passed out to Gunther’s Sleeper Hold marking the end of his in-ring career.
AJ Styles is now a Hall of Famer in WWE.
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-i-took-full-responsibility-aj-styles-addresses-botch-that-crowned-unplanned-wwe-champion?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



