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

WWE’s YouTube recently uploaded a video, showcasing stars’ tributes to AJ Styles. In the video, Roman Reigns praised Styles for his work ethic, calling him an “old-a** video game brother.”

“Hell of a worker, a hell of a teammate, you know, just an old-a** 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, being a father,” he said.

The OTC added that he was happy to share the ring with The Phenomenal One and wished to bump into him again in the future.

“You know, just happy that I was able to make some art with him when our time, you know, came a few years ago, it would’ve been cool to be able to run it back and do it again, you know, explore like new chapters of what we could do together, because there’s just a, pun intended, a phenomenal chemistry there. So, big guy, have fun, be safe, brother, and we’ll see you down the road,” he added.

Check out the video below:

WWE Superstars reflect on AJ Styles’ legacy and retirement

WWE legend Randy Orton also paid tribute to AJ Styles

In the same video uploaded on WWE’s YouTube, Randy Orton paid tribute to AJ Styles. The Viper said The Phenomenal One led by example and was a great locker room leader.

The Apex Predator added that he hoped AJ would keep in touch with him before thanking him for the memories.

“You couldn’t say enough about how great he is in the ring, but when it comes to outside of the ring, what I really respect about him is the kind of husband and the kind of father he is. The kind of locker room leader he is. He definitely leads by example. He’s a straight-edge, clean-living, just amazing man in general, and it was a privilege to work alongside AJ, and I hope that we keep in touch. AJ, if you’re listening to this man, I love you, buddy. I wish you the best, and thanks for the good times inside the ring and out,” he added.

It remains to be seen what WWE legend AJ Styles has planned for his future in the professional wrestling world.


Please credit WWE’s YouTube and give an H/T to Sportskeeda Wrestling if you use quotes from the first half of this article.

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-roman-reigns-breaks-character-pays-heartfelt-tribute-aj-styles?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