], { 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 Busted Open, the WWE Hall of Famer spoke highly of Kendal Grey following her recent match on NXT against Kelani Jordan. Dudley labeled her a wrestling machine inside the ring, a name that’s given to the best of the best in the industry, like Kurt Angle.

“I know you’re thinking, ‘Uncle Bully, how is that possible? She’s so young, she’s so new, she’s just getting started.’ Yeah, but that girl can go. Kendal is a freaking wrestling machine,” Dudley said.

He added:

“I’ve seen her bring out the best in Lola Vice, and tonight I saw her bring out the best in Kelani Jordan. And in bringing out the best in Kelani Jordan, Kelani defeated Kendal, that’s a monster win for Kelani Jordan tonight,” Dudley said. [H/T – WrestleTalk]


What’s Kendal Grey doing on WWE NXT?

Last year, Kendal Grey joined Evolve and eventually became the Evolve Women’s Champion when she defeated Kali Armstrong. In the coming months, Grey remained a dominant champion and ruled the division. She also made appearances on the developmental brand, and impressed the audience with her in-ring style.

Later, she won the Women’s Iron Survivor challenge and faced Jacy Jayne for the NXT Women’s Championship. Sadly, she lost, but she soon vacated the Evolve Women’s Championship and moved to WWE NXT. She continued her partnership with Wren Sinclair on the brand, and the two created WrenQCC. While Sinclain holds the Speed Women’s Championship, Grey is looking to win championship gold.

Lately, she’s had matches against Lola Vice and Kelani Jordan on the developmental brand and is looking to win the NXT Women’s Championship in the coming months. It’ll be interesting to see if she can dethrone the current champion.

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-freaking-wrestling-machine-bully-ray-female-wwe-star?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