”
], { 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);
});
});
})();
Styles challenged Gunther to a match on RAW which he would’ve won if not for the referee’s negligence. This led to Styles asking Gunther for a rematch which the Ring General granted him at the Royal Rumble with the stipulation that Styles’ career will be on the line. AJ suffered the same fate as John Cena and passed out to the former World Heavyweight Champion’s Sleeper Hold.
Following his retirement, fans wondered what role AJ Styles will have in the WWE. However, he had cleared up that he will be helping the company in scouting new talent. NXT’s Sean Legacy recently posted a picture with Styles following this week’s episode of NXT. Legacy’s post could have possibly confirmed that the Phenomenal One is now working in a backstage role at NXT.
“Last night was Phenomenal @WWENXT,” wrote Legacy.
There is still no official confirmation on AJ’s backstage role in NXT. However, it will be interesting to see the Ace and Undisputed Leader of the Bullet Club help in building WWE’s next generation of stars.
AJ Styles faced Shinsuke Nakamura before retiring from WWE
Ahead of his match with Gunther, Styles visited Friday Night SmackDown. The Phenomenal One has a deep connection with the blue brand as he was one of the show’s top faces from 2016-2018. He met Nick Aldis and former rival Shinsuke Nakamura there.
During his visit, Styles was confronted by Nakamura who challenged him to a match at the next Saturday Night’s Main Event show. AJ Styles accepted the challenge and the match exceeded all expectations and ended up becoming their best bout in the WWE.
Fans were very happy that they got to see AJ and Nakamura have a banger inside a WWE ring.
`;
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-breaking-aj-styles-new-role-in-wwe-after-retirement-possibly-confirmed?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













