”
], { 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);
});
});
})();
Gunther has retired Goldberg, John Cena, and AJ Styles so far. The Ring General failed to qualify for the Men’s Elimination Chamber match, won by Randy Orton last weekend.
The Undertaker interrupted Styles’ retirement speech last month and informed the former champion that he would be inducted into the WWE Hall of Fame during WrestleMania weekend. The Phenom defeated Styles in a Boneyard match in the last bout of his career at WrestleMania 36 in 2020.
Popular WWE star refers to AJ Styles as her uncle
Tiffany Stratton recently referred to AJ Styles as her uncle in the company. Stratton competed in the Women’s Elimination Chamber match, but Rhea Ripley emerged victorious to earn a WWE Women’s Championship match against Jade Cargill at WrestleMania 42.
Speaking on Unlikely with Adrian Hernandez, Stratton praised Styles as a person and noted that she looked up to him. The Buff Barbie added that The Phenomenal One gave great advice, and she jokingly referred to him as her uncle.
“He is just somebody that I look up to. He is such a good person, such a good pro wrestler. I look up to him in the ring, his move set, the way he can just move in general. He’s just so amazing. And like I said, he’s also just such a good person. He gives such amazing advice, like very good, sound advice. So he’s just basically like my little uncle.”
It will be fascinating to see who inducts Styles into the WWE Hall of Fame next month.
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-aj-styles-makes-major-career-announcement?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



