”
], { 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);
});
});
})();
The first message was from Roman Reigns, who broke character to pay a heartfelt tribute to AJ Styles. The OTC praised Styles as a performer and for effectively balancing work and family.
“Hell of a worker. Hell of a teammate. Just an old ass video game brother, you know what I mean? But that reflects, I think, who he is as a person, the discipline that he has, being involved in professional wrestling, being on the road but continuing to stay true to being a family man and being a father,” he said.
Check out the full episode below:
Roman Reigns remembered his matches against AJ Styles
Reflecting on his matches against Styles from 2016, Reigns expressed gratitude for being able to share the ring with the veteran. However, he seemed to be wistful about not being able to revisit the program, calling their chemistry “phenomenal.”
“I’m just happy I was able to make some art with him when our time came a few years ago. It would have been cool to run it back and do it again, explore new chapters of what we can do together because there was, no pun intended, phenomenal chemistry there.”
Reigns and Styles collided in multiple high-profile matches for the WWE Championship in 2016. Their first-ever encounter came at Payback, where the OTC retained the title against The Phenomenal One. AJ Styles received a rematch at Extreme Rules, where Reigns once again emerged victorious.
After Roman Reigns turned heel in 2020, he has only shared the ring with Styles once at the Royal Rumble 2024 in a Fatal Four-Way Match, also involving Randy Orton and LA Knight.
`;
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-roman-reigns-breaks-character-pay-tribute-former-rival-aj-styles-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













