”
], { 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);
});
});
})();
Grey made her debut for the company in 2024 and has quickly moved up the ranks. With her amateur wrestling background, she has continued to impress. This week on NXT, she successfully defended her title against the veteran Nattie.
Grey survived Nattie’s onslaught, fighting her way through submission holds and beatdowns to hit a Shades of Grey at the end to pick up the win. Speaking on Busted Open After Dark, Hall of Famer Bully Ray claimed that Nattie lost to the future of women’s wrestling.
“Speaking of Nattie, as many Guinness Book of World Record championships as she has, as many accolades as she has, she’s got a book; she’s got her own segment here on Busted Open. She lost tonight. She lost to the future of women’s wrestling. And if you don’t think Kendal Grey is the future, you’re wrong,” he said.
Bully Ray said that the match on NXT was what it needed to be for TV and said it was the biggest win of Grey’s WWE career.
“I would venture to say that tonight was the biggest win of Kendal Grey’s career. She beat Nattie Neidhart. She beat Nattie; she didn’t beat Natalya. She beat Nattie. She beat the version of Nattie that Nattie is most proud of these days. She beat the version of Nattie that’s been kicking chicks’ a** left and right… It’s a big win for Kendal, something that she can pound her chest and stand proud about,” he added.
WWE legend reacted to Kendal Grey’s NXT title win
At NXT Great American Bash, Kendal Grey defeated Lola Vice to win the NXT Women’s Championship.
A hard-fought contest saw Grey emerge victorious after she escaped a triangle choke and hit a Shades of Grey to capture the title. Following her win, WWE legend Kurt Angle praised Grey.
Taking to X, Angle wrote that he couldn’t be prouder to see her rock his gear and claim the championship. In another post, the former WWE Champion said he cannot wait to see Grey conquer new heights, but warned her about a challenge from his daughter in the future.
If you use quotes from this article, please credit Busted Open After Dark and give an H/T to Sportskeeda Wrestling for the transcription.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-female-wwe-star-touted-future-biggest-win-career?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


