”
], { 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 on What’s Your Story? with Steph McMahon, AJ Styles viewed several messages from his peers, including The Judgment Day’s Finn Balor. The Prince got emotional while talking about his friend and mentor, as The Phenomenal One recently retired from in-ring competition.
“I feel so happy for him that he’s able to retire with his health, and AJ, I just want to say congratulations on such an incredible career. From a personal standpoint, I want to say thank you because you’ve always been such a constant source of inspiration for me. I know we’ve had very similar career paths, but I hope you know that I’ve always, always looked up to you. For me, you’re the benchmark for what it is to be a professional both inside and outside the ring. I’m very grateful that I got the opportunity to share the last ten years with you here in this company… I want to say thank you for being AJ Styles,” Balor said.
AJ Styles and Finn Balor crossed paths on WWE RAW
AJ Styles and Finn Balor have been a part of The Bullet Club at different times, but the two have been in WWE for over a decade, having some of the best matches on the card against each other.
On what was The Phenomenal One’s final WWE RAW as a full-time performer, the two former rivals shared the ring for a brief instance in the show’s main event when Styles faced CM Punk for the World Heavyweight Championship.
However, the encounter wasn’t friendly as Balor’s shotgun dropkick connected with Styles as he rolled out of the ring. While AJ Styles is yet to make up his mind on retirement, it’ll be interesting to see what’s next for The Judgment Day’s Finn Balor.
If you use quotes from the article, please credit What’s Your Story? with Steph McMahon and provide an H/T to Sportskeeda Wrestling for the transcription.
`;
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-wwe-rival-gets-emotional?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













