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

On Instagram, Lee paid tribute to AJ Styles and expressed gratitude for getting the opportunity to team up with The Phenomenal One. He concluded his message by thanking Styles.

“I thank God and life for bringing us together, learned a lot from you. Thank you my brother @ajstylesp1 #PhenomenalDragons,” wrote Lee.

Check out Lee’s Instagram post:

Xavier Woods broke character to console AJ Styles

Xavier Woods was one of the first superstars to hug AJ Styles after his loss to Gunther at the WWE Royal Rumble 2026. The two superstars have known each other for years, and The Phenomenal One briefly touched on that.

Speaking on What’s Your Story? AJ Styles said the following:

“And Shane Helms comes up and kind of grabs me and he said, ‘It’s alright, you’re good man, you don’t have to turn your back.’ It meant so much for him to come up and see me. Then Jolene our seamstress comes up and she’s hugging on me. Then Xavier comes up and I probably squeezed him the hardest because I’ve known him for so long and seeing him do so well in so many different things, it was a special moment. I squeezed him hard, he’s my guy. I squeezed a lot of people hard that night, it’s like you said (Stephanie McMahon) we might not be able to talk to each other like we used to but when we see each other it’s like no time is passed. We still know each other, it’ll still be the biggest hug,”

Lee attacked Gunther on the latest edition of Monday Night RAW, as he tried to get one over The Ring General after he retired Lee’s now-former tag team partner.

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-learned-lot-you-aj-styles-last-tag-team-partner-pays-tribute-heartwarming-message-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