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

According to AJ Styles, the young WWE name has all the makings of a future megastar. He compared her to Chad Gable, explaining that her work in the ring was exceptionally fluid and energetic.

“I was thinking about how good she was and how to describe her. She’s the Chad Gable of women. She has that kind of… because she was a wrestler. That was her background. It was a wrestler. Dude, the way she moves, I was like, that’s Chad Gable stuff. The only reason why I’m not comparing her and Chad to Kurt Angle because Chad Gable or Kurt Angle, it’s the same. I’ve wrestled both of them. I can tell you. It’s exactly the same. They have scary motors on them that they don’t get tired. The way that they move it’s just so fluid. I think Kendal has that same kind of movement to her.”

You can check out his comments below:

A.J Styles On Wins & Losses, Kendal Grey, Pretty Deadly, Tony Di Angelo + - Phenomenally Retro

AJ Styles also praised LA Knight’s work in WWE

According to AJ Styles, LA Knight is already good enough to be a World Champion in WWE.

In the same episode of his podcast, Styles noted that Knight was skilled on the mic and could be an interesting World Champion. He said:

“I do hope he (LA Knight) gets to be a world champion. I really think he has earned it. His mic work is pretty freaking awesome, so I’d like to see – He’s a guy that can hold a heavyweight championship, no problem. He’s got the mouth to back it up. I’d like to see it happen. The reality is we’ve got a lot of guys who are getting to that point where time’s coming and it waits for no one. So if we’re going to do something, let’s do it. Let’s get it done. I’d like to see some heavyweight champions that we haven’t seen before.”

As of now, it remains to be seen what is in store for LA Knight in WWE.


If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.

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-says-25-year-old-wwe-star-chad-gable-women?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