”
], { 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);
});
});
})();
While speaking on his Phenomenally Retro podcast, AJ Styles encouraged stars like Dragon Lee to continue using his moves. He even named AEW star Will Ospreay as Ospreay also uses the Styles Clash as an homage to AJ. He clarified that he is never going to use those moves anymore as he’s retired.
“Listen, Dragon did reach out and was like, ‘Hey man, you care?’ Please, please use it. Anybody who wants to use it, it’s all yours. The Phenomenal Forearm, use it. It’s out there. I know Ospreay does it. Do it, dude. It doesn’t bother me, not one bit. AJ Styles isn’t going to use it anymore. I hope it can find itself in professional wrestling for a long time,” said AJ. [H:T/Fightful]
A lot of fans still can’t believe that AJ Styles is retired and won’t ever compete in a wrestling match again.
AJ Styles is now a WWE Hall of Famer
After losing to Gunther in Saudi Arabia at the WWE Royal Rumble PLE, Styles was officially done with wrestling. A few weeks later on RAW in Atlanta, WWE celebrated the Phenomenal One’s career and a lot of his former rivals and close friends were present at the show.
In the closing segment of the show, Styles came out to thank the fans for supporting him throughout his career. Suddenly, the Undertaker came out and teased a match against AJ. However, it was just a ruse as he announced that AJ Styles will be inducted into the WWE Hall of Fame this year.
AJ Styles was inducted into the Hall of Fame by the Good Brothers (Luke Gallows and Karl Anderson).
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-current-wwe-star-confirms-he-s-retired-will-never-wrestle?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



