], { 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);
});
});
})();

Multiple WWE stars from the past and present began paying tribute to his career on social media. Stars like Finn Balor and Roman Reigns even appeared on the What’s Your Story? With Stephanie McMahon podcast to deliver emotional messages.

During the Rey de Reyes Qualifying Match, Dragon Lee paid tribute to AJ Styles after he hit Original El Grande Americano with a Styles Clash.

However, AJ Styles’ finishing move wasn’t enough to give Dragon Lee the victory. Rey Fenix came in and broke the pin. And in the end, Original El Grande Americano outlasted Lee, Fenix, and Octagon Jr. to win the match.

Americano became the second luchador to qualify for the Rey de Reyes Final, joining La Parka, who defeated Aero Star, Jack Cartwheel, and Apollo Crews in his qualifying match.

The 2026 Rey de Reyes event is scheduled for March 14, 2026, at the Auditorio GNP Seguros in Puebla de Zaragoza, Puebla, Mexico.


AJ Styles makes huge revelation after WWE retirement

In his appearance on What’s Your Story? With Stephanie McMahon, AJ Styles revealed that his second son is training to become a pro wrestler. Styles is open to returning for one more match, possibly in a tag team bout with his son.

“I mean, what if my son wrestles? The opportunity to tag with him once? You never know. So, there will be a time when the gloves never go back on, and it may be now. But we’ll see,” Styles said. [H/T Cageside Seats]

Styles added that he wouldn’t be surprised if his daughter also became a pro wrestler in the future. He has no problem letting his kids try the art form since there have been a lot of positive changes to the industry compared to 30 years ago.

Why did you not like this content?


`;
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-former-tag-team-partner-pays-heartfelt-tribute-following-wwe-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

Leave A Reply

Exit mobile version