”
], { 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);
});
});
})();
Speaking with Joey Karni, Lee revealed that Styles allowed him to use the Styles Clash after his retirement because he considered the 30-year-old his brother. The luchador has promised to honor The Phenomenal One every time he does the move.
“I took the Styles Clash as honor from AJ, but not because I choose it. I asked and he told me, ‘You’re my brother. Do it.’ Earn the respect from legends like Rey [Mysterio], like AJ, that’s unbelievable for me. This is a dream come true, and I’m gonna honor every single time when I step in the ring to AJ.” Lee said.
Triple H revealed the discussion he had with AJ Styles regarding his retirement
Triple H was in conversation with Cody Rhodes on the What Do You Wanna Talk About? podcast and discussed the conversation he had with AJ Styles regarding his retirement.
Triple H revealed that AJ Styles was absolutely confident that he was done with professional wrestling and wanted to get past the finish line, even for his final match. He said:
“At the end, AJ was like, ‘I don’t want to be just done with the business. I want to be done wrestling.’ And I don’t think I’m betraying a confidence here. But even in his last match, he was telling me like, ‘I so know I’m done because I was out there in that last match thinking like, let’s just get over with, just want to get to the end,'”
AJ Styles will be inducted into the WWE Hall of Fame this year. The news was delivered to The Phenomenal One by The Undertaker.
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-m-gonna-honor-every-single-time-aj-styles-allowed-current-wwe-superstar-use-styles-clash-retirement?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


